summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/google_chrome_distribution.h
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-19 04:32:10 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-19 04:32:10 +0000
commita0448004098a36c0f81cbacadf91be55f9363dc7 (patch)
tree4377d9460726f1e0f19296ad87e21066bd906c3d /chrome/installer/util/google_chrome_distribution.h
parent8505831392922851d8b42869bc0ee82b66f982ad (diff)
downloadchromium_src-a0448004098a36c0f81cbacadf91be55f9363dc7.zip
chromium_src-a0448004098a36c0f81cbacadf91be55f9363dc7.tar.gz
chromium_src-a0448004098a36c0f81cbacadf91be55f9363dc7.tar.bz2
Suffix Chrome's appid on user-level installs
ShellIntegration::GetAppId() --> ShellIntegration::GetProfileAppId() for clarity (i.e. having two functions called "GetAppId" is confusing imo). Patch From Gabriel Charette <gab@chromium.org> BUG=125362, 133173 TEST=Make sure 125362 doesn't repro. http://goo.gl/ZZ7gE ShellIntegrationTest.GetAppModelIdForProfileTest ShellUtilTest.BuildAppModelId* SessionRestoreTest.RestoreAfterClosingTabbedBrowserWithAppAndLaunching AppModeTest.EnableAppModeTest Review URL: https://chromiumcodereview.appspot.com/10542031 Patch from Gabriel Charette <gab@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142909 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_chrome_distribution.h')
-rw-r--r--chrome/installer/util/google_chrome_distribution.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h
index 6c4d87d..9642f97 100644
--- a/chrome/installer/util/google_chrome_distribution.h
+++ b/chrome/installer/util/google_chrome_distribution.h
@@ -44,7 +44,7 @@ class GoogleChromeDistribution : public BrowserDistribution {
virtual string16 GetAlternateApplicationName() OVERRIDE;
- virtual string16 GetBrowserAppId() OVERRIDE;
+ virtual string16 GetBaseAppId() OVERRIDE;
virtual string16 GetInstallSubDir() OVERRIDE;