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

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 to use ContentBrowserClient. Created 9 years, 9 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 e168d78b1da60deab775d707ad405abcbe83fd5d..8803767d9297263262ac14d1d92deeb5ed14b237 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -457,6 +457,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