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

Unified Diff: components/html_viewer/document_resource_waiter.cc

Issue 1239313004: More html_viewer OOPIF changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 5 years, 5 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/document_resource_waiter.h ('k') | components/html_viewer/frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/document_resource_waiter.cc
diff --git a/components/html_viewer/document_resource_waiter.cc b/components/html_viewer/document_resource_waiter.cc
index 9e082975d1088eb6dbb5041fce25759b717ad30e..f5c2a51928ea328ac13540ab9225206fd5c6dd98 100644
--- a/components/html_viewer/document_resource_waiter.cc
+++ b/components/html_viewer/document_resource_waiter.cc
@@ -73,4 +73,10 @@ void DocumentResourceWaiter::OnFrameRemoved(uint32_t frame_id) {
NOTREACHED();
}
+void DocumentResourceWaiter::OnFrameNameChanged(uint32_t frame_id,
+ const mojo::String& name) {
+ // It is assumed we receive OnConnect() (which unbinds) before anything else.
+ NOTREACHED();
+}
+
} // namespace html_viewer
« no previous file with comments | « components/html_viewer/document_resource_waiter.h ('k') | components/html_viewer/frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698