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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11636031: [Fixit Dec-2012] Refactor first_run, very few things should depend on whether the First Run senti... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge up to r174446 Created 8 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 2f63435aa5d4942688c346687fed2073dda3fb14..b8f99ed8f1e03e50712dc94cb5fe60aa29661f64 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -703,9 +703,6 @@ const char kFileDescriptorLimit[] = "file-descriptor-limit";
// whether or not it's actually the first run.
const char kFirstRun[] = "first-run";
-// Force a profile auto-import that would occur on a first run.
-const char kFirstRunForceImport[] = "first-run-force-import";
Nico 2012/12/21 21:44:22 Why is this getting deleted?
gab 2012/12/21 22:10:35 See previous reply.
-
// Enables using GAIA information to populate profile name and icon.
const char kGaiaProfileInfo[] = "gaia-profile-info";
« chrome/browser/first_run/first_run_browsertest.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698