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

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

Issue 9113079: DevTools: refactor remote debugging server to enable content_shell debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for landing. Created 8 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
Index: content/public/browser/devtools_http_handler.h
diff --git a/content/public/browser/devtools_http_handler.h b/content/public/browser/devtools_http_handler.h
index 58e7d9fc111a84f5dcf9ca6164bea6be99f8b0b4..cd394f3aa0b00e5d9a53de01a791927d5ea4ca4b 100644
--- a/content/public/browser/devtools_http_handler.h
+++ b/content/public/browser/devtools_http_handler.h
@@ -19,6 +19,10 @@ class DevToolsHttpHandlerDelegate;
// this browser.
class DevToolsHttpHandler {
public:
+ // Returns frontend resource id for the given resource |name|.
+ CONTENT_EXPORT static int GetFrontendResourceId(
+ const std::string& name);
+
// Takes ownership over |delegate|.
CONTENT_EXPORT static DevToolsHttpHandler* Start(
const std::string& ip,

Powered by Google App Engine
This is Rietveld 408576698