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

Unified Diff: chrome/common/chrome_switches.cc

Issue 9958045: Reimplement Libcros fucntions using FlimflamProfileClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 8 months 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/common/chrome_switches.h ('k') | chromeos/dbus/flimflam_profile_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 89bae2de21e2566404ece9b907344468fb9e4eac..02ddc0dd8a190e0ac696bdcec55a5f55acdc3117 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1208,6 +1208,9 @@ const char kMemoryWidget[] = "memory-widget";
// Disables gdata content provider.
const char kDisableGData[] = "disable-gdata";
+// Disables Libcros.
+const char kDisableLibcros[] = "disable-libcros";
stevenjb 2012/04/17 00:17:44 nit: align with others
hashimoto 2012/04/17 00:55:18 Done.
+
// Skips OAuth part of ChromeOS login process.
const char kSkipOAuthLogin[] = "skip-oauth-login";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chromeos/dbus/flimflam_profile_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698