DevTools: move remote debugging hosted URL to single location.
https://chromium-review.googlesource.com/905983
This commit is contained in:
parent
8020cd9994
commit
cb604026d6
2 changed files with 4 additions and 5 deletions
|
@ -28,7 +28,7 @@ class DevToolsManagerDelegate : public content::DevToolsManagerDelegate {
|
|||
scoped_refptr<content::DevToolsAgentHost> CreateNewTarget(
|
||||
const GURL& url) override;
|
||||
std::string GetDiscoveryPageHTML() override;
|
||||
std::string GetFrontendResource(const std::string& path) override;
|
||||
bool HasBundledFrontendResources() override;
|
||||
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(DevToolsManagerDelegate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue