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

Unified Diff: chrome/test/base/testing_browser_process.cc

Issue 8635005: DevTools: remove support for legacy remote debugger (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tests compilation Created 9 years, 1 month 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: chrome/test/base/testing_browser_process.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index 939848b8537bfded8e495cd3d09fce0fc5ecb2c0..0888530c2709808e0a61f101b0c888d181ff9478 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -168,9 +168,6 @@ void TestingBrowserProcess::InitDevToolsHttpProtocolHandler(
const std::string& frontend_url) {
}
-void TestingBrowserProcess::InitDevToolsLegacyProtocolHandler(int port) {
-}
-
unsigned int TestingBrowserProcess::AddRefModule() {
return ++module_ref_count_;
}
« no previous file with comments | « chrome/test/base/testing_browser_process.h ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698