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

Unified Diff: content/public/common/content_switches.cc

Issue 13209004: Add a flag to override unlimitedStorage quota for any origins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 272793f46a1fa6ebc1a79728a360f77fdbac71f6..1e324f34febf5b54482ea2da56167073d80823c1 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -771,4 +771,7 @@ const char kEnableVsyncNotification[] = "enable-vsync-notification";
const char kDisableOverscrollHistoryNavigation[] =
"disable-overscroll-history-navigation";
+// Allocates unlimited quota for all origins.
kinuko 2013/03/29 00:10:09 'Allocates' sounds wrong to me. Also I think we s
tzik 2013/03/29 19:52:00 Done.
+const char kUnlimitedStorage[] = "unlimited-storage";
+
} // namespace switches
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698