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

Unified Diff: mandoline/tab/frame_tree.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_tree.h ('k') | mandoline/tab/public/interfaces/frame_tree.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/tab/frame_tree.cc
diff --git a/mandoline/tab/frame_tree.cc b/mandoline/tab/frame_tree.cc
index c64de9343a407e08728ea6078c52e6531e241d4f..4074ba1c3a9430900dcd4c3825e46437f115fa6a 100644
--- a/mandoline/tab/frame_tree.cc
+++ b/mandoline/tab/frame_tree.cc
@@ -73,4 +73,8 @@ void FrameTree::ProgressChanged() {
delegate_->ProgressChanged(progress_);
}
+void FrameTree::FrameNameChanged(Frame* frame) {
+ root_.NotifyFrameNameChanged(frame);
+}
+
} // namespace mandoline
« no previous file with comments | « mandoline/tab/frame_tree.h ('k') | mandoline/tab/public/interfaces/frame_tree.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698