| 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";
|
|
|
|
|