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

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

Issue 2755973003: DevTools: android shouldn't depend on devtools frontend (Closed)
Patch Set: fix Created 3 years, 9 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
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/devtools_frontend_host.h
diff --git a/content/public/browser/devtools_frontend_host.h b/content/public/browser/devtools_frontend_host.h
index c7acf6ae63c4e3187eeccebfc2fa079198984cdb..597476dfacaf8a14d141cb477dd82030c47ebbdd 100644
--- a/content/public/browser/devtools_frontend_host.h
+++ b/content/public/browser/devtools_frontend_host.h
@@ -19,6 +19,7 @@ class RenderFrameHost;
// which is implemented by the embedder.
// This allows us to avoid exposing DevTools frontend messages through
// the content public API.
+// Note: DevToolsFrontendHost is not supported on Android.
class DevToolsFrontendHost {
public:
using HandleMessageCallback = base::Callback<void(const std::string&)>;
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698