| 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,
|
|
|