| Index: content/public/browser/devtools_http_handler_delegate.h
|
| diff --git a/content/public/browser/devtools_http_handler_delegate.h b/content/public/browser/devtools_http_handler_delegate.h
|
| index 4e09465208ec88e9f2b7fe264b3a854303cc22b0..42f9e33f86a25284cde26ca02e7282adfa49324a 100644
|
| --- a/content/public/browser/devtools_http_handler_delegate.h
|
| +++ b/content/public/browser/devtools_http_handler_delegate.h
|
| @@ -32,6 +32,13 @@ class DevToolsHttpHandlerDelegate {
|
| // Should return URL request context for issuing requests against devtools
|
| // webui or NULL if no context is available. Called on the IO thread.
|
| virtual net::URLRequestContext* GetURLRequestContext() = 0;
|
| +
|
| + // Returns true if and only if frontend resources are bundled.
|
| + virtual bool BundlesFrontendResources() = 0;
|
| +
|
| + // Returns URL that front-end files are available at, empty string if
|
| + // no internal server is available.
|
| + virtual std::string GetFrontendResourcesBaseURL() = 0;
|
| };
|
|
|
| } // namespace content
|
|
|