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

Unified Diff: content/browser/renderer_host/text_input_client_mac_unittest.mm

Issue 16490003: Pass the SiteInstance into CreateRenderProcessHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/text_input_client_mac_unittest.mm
diff --git a/content/browser/renderer_host/text_input_client_mac_unittest.mm b/content/browser/renderer_host/text_input_client_mac_unittest.mm
index 20976ef6034fa2e948283cef93d4dc988d1ed5e0..692c32a0c2825ec3ab816eb0d3e150609619f77c 100644
--- a/content/browser/renderer_host/text_input_client_mac_unittest.mm
+++ b/content/browser/renderer_host/text_input_client_mac_unittest.mm
@@ -40,7 +40,8 @@ class TextInputClientMacTest : public testing::Test {
process_factory_(),
delegate_(),
widget_(&delegate_,
- process_factory_.CreateRenderProcessHost(&browser_context_),
+ process_factory_.CreateRenderProcessHost(
+ &browser_context_, NULL, NULL),
MSG_ROUTING_NONE),
thread_("TextInputClientMacTestThread") {}

Powered by Google App Engine
This is Rietveld 408576698