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

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

Issue 2514933003: DevTools: enable target domain handler on the browser target, make browser target non-discoverable.
Patch Set: rebaselined Created 3 years, 10 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_manager_delegate.h
diff --git a/content/public/browser/devtools_manager_delegate.h b/content/public/browser/devtools_manager_delegate.h
index ae1e2efe7f422acc5e786e556940bb58562751ca..99ee95fd810bbc058d84979e10e98e55ba80df9e 100644
--- a/content/public/browser/devtools_manager_delegate.h
+++ b/content/public/browser/devtools_manager_delegate.h
@@ -54,6 +54,9 @@ class CONTENT_EXPORT DevToolsManagerDelegate {
// Returns frontend resource data by |path|.
virtual std::string GetFrontendResource(const std::string& path);
+ // Returns browser target path for remote debugging.
+ virtual std::string GetBrowserTargetGUID();
+
virtual ~DevToolsManagerDelegate();
};
« no previous file with comments | « content/browser/devtools/devtools_http_handler.cc ('k') | content/public/browser/devtools_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698