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

Unified Diff: content/public/browser/devtools_http_handler_delegate.h

Issue 10169043: Allow customization of remote debugger URL targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/public/browser/devtools_http_handler_delegate.h
===================================================================
--- content/public/browser/devtools_http_handler_delegate.h (revision 133430)
+++ content/public/browser/devtools_http_handler_delegate.h (working copy)
@@ -15,7 +15,6 @@
class DevToolsHttpHandlerDelegate {
public:
- typedef std::vector<WebContents*> InspectableTabs;
virtual ~DevToolsHttpHandlerDelegate() {}
// Should return discovery page HTML that should list available tabs

Powered by Google App Engine
This is Rietveld 408576698