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

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

Issue 13032002: Add RequestOSFileHandle as a private PPAPI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix test Created 7 years, 9 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 a2a10f90a28788d8316341922ca78a035ee982a2..bec32a6bb0cdad62736243337dd080158318d6a0 100644
--- a/chrome/test/ppapi/ppapi_test.cc
+++ b/chrome/test/ppapi/ppapi_test.cc
@@ -131,6 +131,10 @@ void PPAPITestBase::SetUpCommandLine(CommandLine* command_line) {
// Smooth scrolling confuses the scrollbar test.
command_line->AppendSwitch(switches::kDisableSmoothScrolling);
+
+ // For TestRequestOSFileHandle.
+ command_line->AppendSwitchASCII(switches::kAllowRequestOSFileHandleAPI,
+ "127.0.0.1");
}
void PPAPITestBase::SetUpOnMainThread() {

Powered by Google App Engine
This is Rietveld 408576698