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

Unified Diff: chrome/test/testing_browser_process.h

Issue 6356015: DevTools: enable remote debugging with front-end served from the cloud. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Lint Created 9 years, 11 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/chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_browser_process.h
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
index 5feada8a9c272bef1c1a3259b1ad1a3b5f1781ae..9655d5ad6e583abfcf8252af92756e713248bec6 100644
--- a/chrome/test/testing_browser_process.h
+++ b/chrome/test/testing_browser_process.h
@@ -149,7 +149,12 @@ class TestingBrowserProcess : public BrowserProcess {
return NULL;
}
- virtual void InitDebuggerWrapper(int port, bool useHttp) {
+ virtual void InitDevToolsHttpProtocolHandler(
+ int port,
+ const std::string& frontend_url) {
+ }
+
+ virtual void InitDevToolsLegacyProtocolHandler(int port) {
}
virtual unsigned int AddRefModule() {
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698