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

Unified Diff: components/web_view/web_view_impl.h

Issue 1347023003: Rename frame classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk Created 5 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 | « components/web_view/test_frame_tree_delegate.cc ('k') | components/web_view/web_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/web_view_impl.h
diff --git a/components/web_view/web_view_impl.h b/components/web_view/web_view_impl.h
index 90427e97ea899588763e683b9c55898437e82a71..c3aa48225ae365c9370df852215c84ed2f07e871 100644
--- a/components/web_view/web_view_impl.h
+++ b/components/web_view/web_view_impl.h
@@ -25,10 +25,13 @@ namespace web_view {
class Frame;
class FrameDevToolsAgent;
class FrameTree;
-class HTMLMessageEvent;
class PendingWebViewLoad;
class URLRequestCloneable;
+namespace mojom {
+class HTMLMessageEvent;
+}
+
class WebViewImpl : public mojom::WebView,
public mus::ViewTreeDelegate,
public mus::ViewObserver,
@@ -67,10 +70,10 @@ class WebViewImpl : public mojom::WebView,
// Overridden from FrameTreeDelegate:
scoped_ptr<FrameUserData> CreateUserDataForNewFrame(
- FrameTreeClientPtr frame_tree_client) override;
+ mojom::FrameClientPtr frame_client) override;
bool CanPostMessageEventToFrame(const Frame* source,
const Frame* target,
- HTMLMessageEvent* event) override;
+ mojom::HTMLMessageEvent* event) override;
void LoadingStateChanged(bool loading, double progress) override;
void TitleChanged(const mojo::String& title) override;
void NavigateTopLevel(Frame* source, mojo::URLRequestPtr request) override;
« no previous file with comments | « components/web_view/test_frame_tree_delegate.cc ('k') | components/web_view/web_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698