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

Unified Diff: chrome/test/ppapi/ppapi_test.cc

Issue 13508005: Allow RequestOSFileHandle if an app has unlimited storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert most of patch set 2 Created 7 years, 8 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: chrome/test/ppapi/ppapi_test.cc
diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc
index bec32a6bb0cdad62736243337dd080158318d6a0..a0130bcebf22c29ff0bd6e2d3009df3969c52312 100644
--- a/chrome/test/ppapi/ppapi_test.cc
+++ b/chrome/test/ppapi/ppapi_test.cc
@@ -133,8 +133,7 @@ void PPAPITestBase::SetUpCommandLine(CommandLine* command_line) {
command_line->AppendSwitch(switches::kDisableSmoothScrolling);
// For TestRequestOSFileHandle.
- command_line->AppendSwitchASCII(switches::kAllowRequestOSFileHandleAPI,
- "127.0.0.1");
+ command_line->AppendSwitch(switches::kUnlimitedStorage);
}
void PPAPITestBase::SetUpOnMainThread() {
« no previous file with comments | « no previous file | content/browser/fileapi/fileapi_message_filter.cc » ('j') | content/browser/fileapi/fileapi_message_filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698