Chromium Code Reviews| 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&)>; |