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

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: About in Settings 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 51af076ffd6e94dd43fa998082ae728bdd8252e5..84bca6345c8416d6f80395747a6b20ffd016d85d 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 kDisableAnswersInSuggest[];
extern const char kDisableAsyncDns[];
extern const char kDisableAuthNegotiateCnameLookup[];
@@ -407,6 +408,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