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

Unified Diff: chrome/browser/debugger/debugger_view.cc

Issue 62044: Make the RenderViewHostFactory a global. This prevents us from having to pass... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/browser/browser.vcproj ('k') | chrome/browser/debugger/devtools_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/debugger/debugger_view.cc
===================================================================
--- chrome/browser/debugger/debugger_view.cc (revision 13136)
+++ chrome/browser/debugger/debugger_view.cc (working copy)
@@ -97,7 +97,7 @@
// We can't create the WebContents until we've actually been put into a real
// view hierarchy somewhere.
Profile* profile = BrowserList::GetLastActive()->profile();
- web_contents_ = new WebContents(profile, NULL, NULL, MSG_ROUTING_NONE, NULL);
+ web_contents_ = new WebContents(profile, NULL, MSG_ROUTING_NONE, NULL);
web_contents_->SetupController(profile);
web_contents_->set_delegate(this);
« no previous file with comments | « chrome/browser/browser.vcproj ('k') | chrome/browser/debugger/devtools_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698