summaryrefslogtreecommitdiffstats
path: root/chrome_elf/chrome_elf_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_elf/chrome_elf_constants.cc')
-rw-r--r--chrome_elf/chrome_elf_constants.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome_elf/chrome_elf_constants.cc b/chrome_elf/chrome_elf_constants.cc
index ffb9b9d..0300b53 100644
--- a/chrome_elf/chrome_elf_constants.cc
+++ b/chrome_elf/chrome_elf_constants.cc
@@ -12,14 +12,7 @@
#error Unknown branding
#endif
-#if defined(GOOGLE_CHROME_BUILD)
-const wchar_t kAppDataDirName[] = L"Google\\Chrome";
-#else
-const wchar_t kAppDataDirName[] = L"Chromium";
-#endif
-const wchar_t kCanaryAppDataDirName[] = L"Google\\Chrome SxS";
const wchar_t kLocalStateFilename[] = L"Local State";
-const wchar_t kPreferencesFilename[] = L"Preferences";
const wchar_t kUserDataDirName[] = L"User Data";
namespace blacklist {