summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/google_chrome_distribution.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-14 01:15:13 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-14 01:15:13 +0000
commit118b4a935b9e8102129b1de470b816abd5e9a1c6 (patch)
treec47766341663aa2a67bf395b418afb2986611544 /chrome/installer/util/google_chrome_distribution.cc
parent9eae43d88f2cc6c8891db4fe24a6086d808186c3 (diff)
downloadchromium_src-118b4a935b9e8102129b1de470b816abd5e9a1c6.zip
chromium_src-118b4a935b9e8102129b1de470b816abd5e9a1c6.tar.gz
chromium_src-118b4a935b9e8102129b1de470b816abd5e9a1c6.tar.bz2
first-run: Refactor TryChromeDialogView to eliminate ShowTryChromeDialog() function.
BUG=79203 TEST=None R=jhawkins@chromium.org Review URL: http://codereview.chromium.org/6838025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81516 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_chrome_distribution.cc')
-rw-r--r--chrome/installer/util/google_chrome_distribution.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
index 89dd58a..0b431b8 100644
--- a/chrome/installer/util/google_chrome_distribution.cc
+++ b/chrome/installer/util/google_chrome_distribution.cc
@@ -641,7 +641,7 @@ void GoogleChromeDistribution::LaunchUserExperiment(
}
}
- // The |flavor| value ends up being processed by ShowTryChromeDialog to show
+ // The |flavor| value ends up being processed by TryChromeDialogView to show
// different experiments.
UserExperiment experiment;
if (!GetExperimentDetails(&experiment, -1)) {