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

Unified Diff: content/test/ppapi_unittest.cc

Issue 451923002: Add a X-Requested-With header to URL requests for PPAPI Flash (only). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment about -1. Created 6 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | ppapi/tests/test_url_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/ppapi_unittest.cc
diff --git a/content/test/ppapi_unittest.cc b/content/test/ppapi_unittest.cc
index 8714550842360d8dd9a734ee735aca1e3d400472..ab2955b596a31340e7c0b0941e6f564472c105fe 100644
--- a/content/test/ppapi_unittest.cc
+++ b/content/test/ppapi_unittest.cc
@@ -78,7 +78,7 @@ void PpapiUnittest::SetUp() {
message_loop_.reset(new base::MessageLoop());
// Initialize the mock module.
- module_ = new PluginModule("Mock plugin", base::FilePath(),
+ module_ = new PluginModule("Mock plugin", "1.0", base::FilePath(),
ppapi::PpapiPermissions());
ppapi::PpapiGlobals::Get()->ResetMainThreadMessageLoopForTesting();
PepperPluginInfo::EntryPoints entry_points;
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | ppapi/tests/test_url_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698