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

Unified Diff: public/web/WebDevToolsFrontend.h

Issue 900543003: DevTools: do not abuse inspector controller for the front-end side plumbing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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
« Source/web/WebDevToolsFrontendImpl.h ('K') | « Source/web/WebViewImpl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDevToolsFrontend.h
diff --git a/public/web/WebDevToolsFrontend.h b/public/web/WebDevToolsFrontend.h
index 905143e47cada50650a4023dd34d73eee2cdab74..bf50dfd2bc570fa347a67593812218c64f6f7de4 100644
--- a/public/web/WebDevToolsFrontend.h
+++ b/public/web/WebDevToolsFrontend.h
@@ -36,15 +36,15 @@
namespace blink {
class WebDevToolsFrontendClient;
+class WebLocalFrame;
class WebString;
-class WebView;
// WebDevToolsFrontend represents DevTools client sitting in the Glue. It provides
// direct and delegate Apis to the host.
class WebDevToolsFrontend {
public:
BLINK_EXPORT static WebDevToolsFrontend* create(
- WebView*,
+ WebLocalFrame*,
dgozman 2015/02/03 20:38:08 This one needs content/ change, right?
pfeldman 2015/02/04 06:50:15 Done.
WebDevToolsFrontendClient*,
const WebString& applicationLocale);
« Source/web/WebDevToolsFrontendImpl.h ('K') | « Source/web/WebViewImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698