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

Unified Diff: chrome/browser/browser_process_impl.cc

Issue 15305014: Remove reference to profile in devtools remote debugging initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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_process_impl.h ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_impl.cc
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
index da667f03b4462f2c6c42d882d7904de060c092ee..f63c5a0c998ffdd0cede85d41327ec9088f64807 100644
--- a/chrome/browser/browser_process_impl.cc
+++ b/chrome/browser/browser_process_impl.cc
@@ -528,7 +528,6 @@ AutomationProviderList* BrowserProcessImpl::GetAutomationProviderList() {
}
void BrowserProcessImpl::CreateDevToolsHttpProtocolHandler(
- Profile* profile,
chrome::HostDesktopType host_desktop_type,
const std::string& ip,
int port,
@@ -539,7 +538,7 @@ void BrowserProcessImpl::CreateDevToolsHttpProtocolHandler(
// is started with several profiles or existing browser process is reused.
if (!remote_debugging_server_.get()) {
remote_debugging_server_.reset(
- new RemoteDebuggingServer(profile, host_desktop_type, ip, port,
+ new RemoteDebuggingServer(host_desktop_type, ip, port,
frontend_url));
}
#endif
« no previous file with comments | « chrome/browser/browser_process_impl.h ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698