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

Unified Diff: components/html_viewer/html_frame.cc

Issue 1414663002: Mandoline webview: View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More renaming Created 5 years, 2 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/html_viewer/html_frame.h ('k') | components/html_viewer/html_frame_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/html_frame.cc
diff --git a/components/html_viewer/html_frame.cc b/components/html_viewer/html_frame.cc
index c290bc6726cc3a90989b4919651c317c431c7657..2d19484cf68ec4fe544f898b1c85d3fcac04f562 100644
--- a/components/html_viewer/html_frame.cc
+++ b/components/html_viewer/html_frame.cc
@@ -792,13 +792,14 @@ void HTMLFrame::OnWindowFocusChanged(mus::Window* gained_focus,
UpdateFocus();
}
-void HTMLFrame::OnConnect(web_view::mojom::FramePtr frame,
- uint32_t change_id,
- uint32_t window_id,
- web_view::mojom::ViewConnectType window_connect_type,
- mojo::Array<web_view::mojom::FrameDataPtr> frame_data,
- int64_t navigation_start_time_ticks,
- const OnConnectCallback& callback) {
+void HTMLFrame::OnConnect(
+ web_view::mojom::FramePtr frame,
+ uint32_t change_id,
+ uint32_t window_id,
+ web_view::mojom::WindowConnectType window_connect_type,
+ mojo::Array<web_view::mojom::FrameDataPtr> frame_data,
+ int64_t navigation_start_time_ticks,
+ const OnConnectCallback& callback) {
// This is called if this frame is created by way of OnCreatedFrame().
callback.Run();
}
« no previous file with comments | « components/html_viewer/html_frame.h ('k') | components/html_viewer/html_frame_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698