Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(401)

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 8805022: Rename constants used with default apps to confrom with naming convention. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/crx_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
===================================================================
--- chrome/browser/chrome_browser_main.cc (revision 112974)
+++ chrome/browser/chrome_browser_main.cc (working copy)
@@ -1088,11 +1088,11 @@
// Create a 100% field trial based on the brand code.
if (LowerCaseEqualsASCII(brand, "ecdb")) {
- base::FieldTrialList::CreateFieldTrial(kDefaultAppsTrial_Name,
- kDefaultAppsTrial_NoAppsGroup);
+ base::FieldTrialList::CreateFieldTrial(kDefaultAppsTrialName,
+ kDefaultAppsTrialNoAppsGroup);
} else if (LowerCaseEqualsASCII(brand, "ecda")) {
- base::FieldTrialList::CreateFieldTrial(kDefaultAppsTrial_Name,
- kDefaultAppsTrial_WithAppsGroup);
+ base::FieldTrialList::CreateFieldTrial(kDefaultAppsTrialName,
+ kDefaultAppsTrialWithAppsGroup);
}
}
« no previous file with comments | « no previous file | chrome/browser/extensions/crx_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698