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

Unified Diff: content/browser/renderer_host/render_process_host_impl.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
Index: content/browser/renderer_host/render_process_host_impl.h
===================================================================
--- content/browser/renderer_host/render_process_host_impl.h (revision 195684)
+++ content/browser/renderer_host/render_process_host_impl.h (working copy)
@@ -21,6 +21,10 @@
class CommandLine;
+namespace base {
+class MessageLoop;
+}
+
namespace gfx {
class Size;
}
@@ -174,6 +178,8 @@
RenderProcessHost* process,
const GURL& url);
+ static base::MessageLoop* GetInProcessRendererThreadForTesting();
+
protected:
// A proxy for our IPC::Channel that lives on the IO thread (see
// browser_process.h)

Powered by Google App Engine
This is Rietveld 408576698