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

Unified Diff: content/shell/shell_browser_main_parts.cc

Issue 11033046: DevTools: [remote debugging] introduce json/new and json/close for creating and closing the tabs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments addressed Created 8 years, 2 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/shell/shell_browser_main_parts.cc
diff --git a/content/shell/shell_browser_main_parts.cc b/content/shell/shell_browser_main_parts.cc
index 25e500ffd9d378ea352503a1e103b69d7f599ad9..72faa6ca404dcff46a8276e1e91ec3e671009d1e 100644
--- a/content/shell/shell_browser_main_parts.cc
+++ b/content/shell/shell_browser_main_parts.cc
@@ -127,7 +127,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() {
}
}
#endif
- devtools_delegate_ = new ShellDevToolsDelegate(port);
+ devtools_delegate_ = new ShellDevToolsDelegate(browser_context_.get(), port);
if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
Shell::CreateNewWindow(browser_context_.get(),

Powered by Google App Engine
This is Rietveld 408576698