DevTools: move remote debugging hosted URL to single location.

https://chromium-review.googlesource.com/905983
This commit is contained in:
Aleksei Kuzmin 2018-04-04 15:15:04 +02:00 committed by Samuel Attard
parent 8020cd9994
commit cb604026d6
2 changed files with 4 additions and 5 deletions

View file

@ -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);