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

Unified Diff: chrome/browser/devtools/remote_debugging_server.cc

Issue 1689423003: Remove HostDesktopType from remote dev tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/devtools/remote_debugging_server.h ('k') | chrome/test/base/testing_browser_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/remote_debugging_server.cc
diff --git a/chrome/browser/devtools/remote_debugging_server.cc b/chrome/browser/devtools/remote_debugging_server.cc
index b916a307bbf30ab9ee92564ffcb38ac341ce9945..f93282d0cd67c70d691182b1edd8eb42ad69f3cc 100644
--- a/chrome/browser/devtools/remote_debugging_server.cc
+++ b/chrome/browser/devtools/remote_debugging_server.cc
@@ -153,10 +153,8 @@ void RemoteDebuggingServer::EnableTetheringForDebug() {
g_tethering_enabled.Get() = true;
}
-RemoteDebuggingServer::RemoteDebuggingServer(
- chrome::HostDesktopType host_desktop_type,
- const std::string& ip,
- uint16_t port) {
+RemoteDebuggingServer::RemoteDebuggingServer(const std::string& ip,
+ uint16_t port) {
base::FilePath output_dir;
if (!port) {
// The client requested an ephemeral port. Must write the selected
« no previous file with comments | « chrome/browser/devtools/remote_debugging_server.h ('k') | chrome/test/base/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698