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

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

Issue 2755973003: DevTools: android shouldn't depend on devtools frontend (Closed)
Patch Set: fixup 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
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..0bc95873a4a2035aa52a7b3e0fa1eae783ab522b 100644
--- a/content/public/browser/devtools_frontend_host.h
+++ b/content/public/browser/devtools_frontend_host.h
@@ -19,6 +19,8 @@ class RenderFrameHost;
// which is implemented by the embedder.
// This allows us to avoid exposing DevTools frontend messages through
// the content public API.
+// Note: DevToolsFrontendHost & Impl not included in android;
dgozman 2017/03/21 00:08:43 Note: DevToolsFrontendHost is not supported on And
+// only include this header for non-android
class DevToolsFrontendHost {
public:
using HandleMessageCallback = base::Callback<void(const std::string&)>;

Powered by Google App Engine
This is Rietveld 408576698