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 |