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

Unified Diff: chrome/browser/extensions/default_apps.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 | « chrome/browser/extensions/crx_installer.cc ('k') | chrome/browser/extensions/default_apps_trial.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/default_apps.cc
===================================================================
--- chrome/browser/extensions/default_apps.cc (revision 112974)
+++ chrome/browser/extensions/default_apps.cc (working copy)
@@ -77,9 +77,9 @@
install_apps = false;
}
- if (base::FieldTrialList::TrialExists(kDefaultAppsTrial_Name)) {
+ if (base::FieldTrialList::TrialExists(kDefaultAppsTrialName)) {
install_apps = base::FieldTrialList::Find(
- kDefaultAppsTrial_Name)->group_name() != kDefaultAppsTrial_NoAppsGroup;
+ kDefaultAppsTrialName)->group_name() != kDefaultAppsTrialNoAppsGroup;
}
// Save the state if needed.
« no previous file with comments | « chrome/browser/extensions/crx_installer.cc ('k') | chrome/browser/extensions/default_apps_trial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698