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

Unified Diff: content/common/content_switches.cc

Issue 7745011: Remove --unlimited-quota-for-indexeddb. Increase incognito quota. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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: content/common/content_switches.cc
diff --git a/content/common/content_switches.cc b/content/common/content_switches.cc
index 4058d4ef3a84ccdffebd3970cc73ad48010caf23..1e763162718000660d785a404632452950fc9f40 100644
--- a/content/common/content_switches.cc
+++ b/content/common/content_switches.cc
@@ -417,11 +417,6 @@ const char kTestSandbox[] = "test-sandbox";
// TODO(dumi): remove the switch when we have a real quota implementation.
const char kUnlimitedQuotaForFiles[] = "unlimited-quota-for-files";
-// This is for testing IndexedDB and will give any website you visit unlimited
-// quota in IndexedDB. This should only be used for development and not general
-// browsing. It is ignored in single process mode.
-const char kUnlimitedQuotaForIndexedDB[] = "unlimited-quota-for-indexeddb";
-
// A string used to override the default user agent with a custom one.
const char kUserAgent[] = "user-agent";

Powered by Google App Engine
This is Rietveld 408576698