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

Unified Diff: chrome/common/chrome_switches.h

Issue 449623003: Integrate About page into Settings for Chrome OS settings in a window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 6 years, 4 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
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index ce702ed8d04264ac0ed225955539d8829e9dc1bd..9920b923ea6ba4d068eb1f1cb2f11d8e5b7a9220 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -65,6 +65,7 @@ extern const char kDebugPackedApps[];
extern const char kDiagnostics[];
extern const char kDiagnosticsFormat[];
extern const char kDiagnosticsRecovery[];
+extern const char kDisableAboutInSettings[];
extern const char kDisableAsyncDns[];
extern const char kDisableAuthNegotiateCnameLookup[];
extern const char kDisableBackgroundNetworking[];
@@ -399,6 +400,7 @@ extern const char kAllowNaClSocketAPI[];
extern const char kFileManagerExtensionPath[];
#endif
+bool AboutInSettingsEnabled();
bool SettingsWindowEnabled();
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in

Powered by Google App Engine
This is Rietveld 408576698