summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/browser/file_system/browser_file_system_helper.cc2
-rw-r--r--content/common/content_switches.cc6
2 files changed, 0 insertions, 8 deletions
diff --git a/content/browser/file_system/browser_file_system_helper.cc b/content/browser/file_system/browser_file_system_helper.cc
index 5515ebc..a468590 100644
--- a/content/browser/file_system/browser_file_system_helper.cc
+++ b/content/browser/file_system/browser_file_system_helper.cc
@@ -23,7 +23,5 @@ scoped_refptr<fileapi::FileSystemContext> CreateFileSystemContext(
is_incognito,
CommandLine::ForCurrentProcess()->HasSwitch(
switches::kAllowFileAccessFromFiles),
- CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kUnlimitedQuotaForFiles),
NULL);
}
diff --git a/content/common/content_switches.cc b/content/common/content_switches.cc
index 29864da..4b232a4 100644
--- a/content/common/content_switches.cc
+++ b/content/common/content_switches.cc
@@ -444,12 +444,6 @@ const char kSQLiteIndexedDatabase[] = "indexeddb-use-sqlite";
// Runs the security test for the renderer sandbox.
const char kTestSandbox[] = "test-sandbox";
-// Grant unlimited quota to store files to this process.
-// Used for testing Pepper's FileRef/FileIO/FileSystem implementations.
-// DO NOT USE FOR OTHER PURPOSES.
-// TODO(dumi): remove the switch when we have a real quota implementation.
-const char kUnlimitedQuotaForFiles[] = "unlimited-quota-for-files";
-
// A string used to override the default user agent with a custom one.
const char kUserAgent[] = "user-agent";