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

Unified Diff: chrome/common/chrome_switches.cc

Issue 6201005: Initial support for partitioning cookies for isolated apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor and address comments. Created 9 years, 10 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.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 45842f4d2e8ac6858d44b5e92180ff9b87f7e2fb..6d15ae10e2e626785f4f1af686a30579b01215c7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -505,6 +505,10 @@ const char kEnableDNSCertProvenanceChecking[] =
const char kEnableDNSSECCerts[] = "enable-dnssec-certs";
+// Enables app manifest features that are in development.
+const char kEnableExperimentalAppManifests[] =
+ "enable-experimental-app-manifests";
+
// Enables extension APIs that are in development.
const char kEnableExperimentalExtensionApis[] =
"enable-experimental-extension-apis";

Powered by Google App Engine
This is Rietveld 408576698