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

Unified Diff: chrome/common/chrome_switches.cc

Issue 8429023: Add platform_app flag to manifest. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Changes from review. Refactored CommandLine tweaks. Created 9 years, 1 month 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 06c120b35523177cc41f1630063f576dfe299d48..5ee3ea162e2152238ab364b2fb8cdb066e89800c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -285,6 +285,9 @@ const char kDisableIPv6[] = "disable-ipv6";
// attempt to use the existing connection.
const char kDisableIPPooling[] = "disable-ip-pooling";
+// Disables panels (always on-top docked pop-up windows).
+const char kDisablePanels[] = "disable-panels";
+
// Disable speculative TCP/IP preconnection.
const char kDisablePreconnect[] = "disable-preconnect";
@@ -508,14 +511,14 @@ const char kEnableNaClDebug[] = "enable-nacl-debug";
// Enabled integrated bookmark features in the New Tab pane.
const char kEnableNTPBookmarkFeatures[] = "enable-ntp-bookmark-features";
+// Enables advanced app capabilities.
+const char kEnablePlatformApps[] = "enable-platform-apps";
+
// Enables content settings based on host *and* plug-in in the user
// preferences.
const char kEnableResourceContentSettings[] =
"enable-resource-content-settings";
-// Disables panels (always on-top docked pop-up windows).
-const char kDisablePanels[] = "disable-panels";
-
// Enables speculative TCP/IP preconnection.
const char kEnablePreconnect[] = "enable-preconnect";

Powered by Google App Engine
This is Rietveld 408576698