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

Unified Diff: content/browser/devtools/forwarding_agent_host.h

Issue 2361613002: DevTools: untangle device discovery request from the devtools android bridge. (Closed)
Patch Set: make device hosts profile-independent, plump browser context for inspect. 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
Index: content/browser/devtools/forwarding_agent_host.h
diff --git a/content/browser/devtools/forwarding_agent_host.h b/content/browser/devtools/forwarding_agent_host.h
index 511132e45183951270f41d7ae568a52c2ec88388..b0edb0b5fdfd3a02b791deec93d8396b5cc7dbea 100644
--- a/content/browser/devtools/forwarding_agent_host.h
+++ b/content/browser/devtools/forwarding_agent_host.h
@@ -40,7 +40,7 @@ class ForwardingAgentHost
GURL GetURL() override;
GURL GetFaviconURL() override;
bool Activate() override;
- bool Inspect() override;
+ bool Inspect(BrowserContext* context) override;
void Reload() override;
bool Close() override;

Powered by Google App Engine
This is Rietveld 408576698