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

Unified Diff: android_webview/browser/aw_devtools_manager_delegate.h

Issue 2324873002: DevTools: telemetry still assumes webviews are pages. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | android_webview/browser/aw_devtools_manager_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_devtools_manager_delegate.h
diff --git a/android_webview/browser/aw_devtools_manager_delegate.h b/android_webview/browser/aw_devtools_manager_delegate.h
index d983c2b860cb8021d5bc796820c8e38c8fb1e82c..9f586829a39443c9ecc40ca8a988bb444c3a2ee7 100644
--- a/android_webview/browser/aw_devtools_manager_delegate.h
+++ b/android_webview/browser/aw_devtools_manager_delegate.h
@@ -26,7 +26,6 @@ class AwDevToolsManagerDelegate : public content::DevToolsManagerDelegate {
void Inspect(content::DevToolsAgentHost* agent_host) override;
void DevToolsAgentStateChanged(content::DevToolsAgentHost* agent_host,
bool attached) override;
- std::string GetTargetType(content::RenderFrameHost* host) override;
std::string GetTargetDescription(content::RenderFrameHost* host) override;
std::string GetDiscoveryPageHTML() override;
« no previous file with comments | « no previous file | android_webview/browser/aw_devtools_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698