summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 00:13:56 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 00:13:56 +0000
commit1caa9261639f9275071d172ba2711bb792093d55 (patch)
tree4b82d5bc2652dfe4f86ed124e6ce4f7bbfaf6e0a /chrome/common
parentbc1eae2c47e4bda12bf2319ee9547a690870744f (diff)
downloadchromium_src-1caa9261639f9275071d172ba2711bb792093d55.zip
chromium_src-1caa9261639f9275071d172ba2711bb792093d55.tar.gz
chromium_src-1caa9261639f9275071d172ba2711bb792093d55.tar.bz2
Win: Use different AppUserModelID for SxS installs.
BUG=44572 TEST=see bug Review URL: http://codereview.chromium.org/2616002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_constants.cc5
-rw-r--r--chrome/common/chrome_constants.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
index 3fff399..930fc56 100644
--- a/chrome/common/chrome_constants.cc
+++ b/chrome/common/chrome_constants.cc
@@ -62,11 +62,6 @@ const char kStatsFilename[] = "ChromiumStats2";
#endif
#if defined(OS_WIN)
-#if defined(GOOGLE_CHROME_BUILD)
-const wchar_t kBrowserAppID[] = L"Chrome";
-#else
-const wchar_t kBrowserAppID[] = L"Chromium";
-#endif
const wchar_t kStatusTrayWindowClass[] = L"Chrome_StatusTrayWindow";
#endif // defined(OS_WIN)
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
index 8ffe8a5..46649d2 100644
--- a/chrome/common/chrome_constants.h
+++ b/chrome/common/chrome_constants.h
@@ -22,7 +22,6 @@ extern const FilePath::CharType kFrameworkName[];
#endif
extern const wchar_t kBrowserAppName[];
#if defined(OS_WIN)
-extern const wchar_t kBrowserAppID[];
extern const wchar_t kStatusTrayWindowClass[];
#endif // defined(OS_WIN)
extern const wchar_t kMessageWindowClass[];