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

Unified Diff: mandoline/tab/frame_apptest.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 | « mandoline/tab/frame.cc ('k') | mandoline/tab/frame_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/tab/frame_apptest.cc
diff --git a/mandoline/tab/frame_apptest.cc b/mandoline/tab/frame_apptest.cc
index 29b523f2c9a022b2a8c643af4caea065ff752ea9..38f66faaf18a37561c1bab7e7ec04cce507f9529 100644
--- a/mandoline/tab/frame_apptest.cc
+++ b/mandoline/tab/frame_apptest.cc
@@ -166,6 +166,8 @@ class TestFrameTreeClient : public FrameTreeClient {
adds_.push_back(frame.Pass());
}
void OnFrameRemoved(uint32_t frame_id) override {}
+ void OnFrameNameChanged(uint32_t frame_id,
+ const mojo::String& name) override {}
private:
int connect_count_;
« no previous file with comments | « mandoline/tab/frame.cc ('k') | mandoline/tab/frame_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698