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

Unified Diff: third_party/WebKit/public/web/WebDevToolsFrontend.h

Issue 1504763004: [DevTools] Fix frontend host race and assert. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: documentObjectCleared Created 5 years 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 | « third_party/WebKit/Source/web/WebDevToolsFrontendImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebDevToolsFrontend.h
diff --git a/third_party/WebKit/public/web/WebDevToolsFrontend.h b/third_party/WebKit/public/web/WebDevToolsFrontend.h
index d457c63b6263af647fb582f37335cb4e9aec7e1e..0853611914b6394cbf79b94ea5c1db1ea55ed94c 100644
--- a/third_party/WebKit/public/web/WebDevToolsFrontend.h
+++ b/third_party/WebKit/public/web/WebDevToolsFrontend.h
@@ -44,16 +44,9 @@ class WebView;
// direct and delegate Apis to the host.
class WebDevToolsFrontend {
public:
- // FIXME: remove once migrated to the WebLocalFrame.
- BLINK_EXPORT static WebDevToolsFrontend* create(
- WebView*,
- WebDevToolsFrontendClient*,
- const WebString& applicationLocale);
-
BLINK_EXPORT static WebDevToolsFrontend* create(
WebLocalFrame*,
- WebDevToolsFrontendClient*,
- const WebString& applicationLocale);
+ WebDevToolsFrontendClient*);
virtual ~WebDevToolsFrontend() {}
};
« no previous file with comments | « third_party/WebKit/Source/web/WebDevToolsFrontendImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698