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

Unified Diff: mandoline/tab/frame_tree.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 | « mandoline/tab/frame_connection.cc ('k') | mandoline/tab/frame_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/tab/frame_tree.h
diff --git a/mandoline/tab/frame_tree.h b/mandoline/tab/frame_tree.h
index 479969343db6949d0d151603e0a19eb4d2ed77f7..b93fc051eedbdb61bb0aba3707984621e5a474b6 100644
--- a/mandoline/tab/frame_tree.h
+++ b/mandoline/tab/frame_tree.h
@@ -14,7 +14,7 @@ class FrameTreeDelegate;
class FrameUserData;
// FrameTree manages the set of Frames that comprise a single url. FrameTree
-// owns the root Frame and each Frames owns its children. Frames are
+// owns the root Frame and each Frame owns its children. Frames are
// automatically deleted and removed from the tree if the corresponding view is
// deleted. This happens if the creator of the view deletes it (say an iframe is
// destroyed).
@@ -49,6 +49,7 @@ class FrameTree {
void LoadingStateChanged();
void ProgressChanged();
+ void FrameNameChanged(Frame* frame);
mojo::View* view_;
« no previous file with comments | « mandoline/tab/frame_connection.cc ('k') | mandoline/tab/frame_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698