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

Unified Diff: webkit/plugins/ppapi/ppapi_unittest.h

Issue 14304004: Convert a bunch of test_shell_tests to content_browsertests. These are tests that depend on loading… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync 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
« no previous file with comments | « webkit/mocks/mock_resource_loader_bridge.h ('k') | webkit/plugins/ppapi/ppapi_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppapi_unittest.h
===================================================================
--- webkit/plugins/ppapi/ppapi_unittest.h (revision 195684)
+++ webkit/plugins/ppapi/ppapi_unittest.h (working copy)
@@ -11,6 +11,10 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "webkit/plugins/ppapi/plugin_delegate.h"
+namespace base {
+class MessageLoop;
+}
+
namespace webkit {
namespace ppapi {
@@ -51,6 +55,8 @@
scoped_refptr<PluginModule> module_;
scoped_refptr<PluginInstance> instance_;
+ scoped_ptr<base::MessageLoop> message_loop_;
+
// ModuleLifetime implementation.
virtual void PluginModuleDead(PluginModule* dead_module);
« no previous file with comments | « webkit/mocks/mock_resource_loader_bridge.h ('k') | webkit/plugins/ppapi/ppapi_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698