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

Unified Diff: components/html_viewer/document_resource_waiter.h

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/ax_provider_apptest.cc ('k') | components/html_viewer/document_resource_waiter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/document_resource_waiter.h
diff --git a/components/html_viewer/document_resource_waiter.h b/components/html_viewer/document_resource_waiter.h
index fde0d6b8264297a80a2b37ec8d4e50ba3ce2dc4b..bc0e2ff28676967b6b2bf70b173a89eded556fe9 100644
--- a/components/html_viewer/document_resource_waiter.h
+++ b/components/html_viewer/document_resource_waiter.h
@@ -50,6 +50,7 @@ class DocumentResourceWaiter : public mandoline::FrameTreeClient {
mojo::Array<mandoline::FrameDataPtr> frame_data) override;
void OnFrameAdded(mandoline::FrameDataPtr frame_data) override;
void OnFrameRemoved(uint32_t frame_id) override;
+ void OnFrameNameChanged(uint32_t frame_id, const mojo::String& name) override;
GlobalState* global_state_;
HTMLDocumentOOPIF* document_;
« no previous file with comments | « components/html_viewer/ax_provider_apptest.cc ('k') | components/html_viewer/document_resource_waiter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698