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

Unified Diff: components/web_view/frame_tree_delegate.h

Issue 1414663002: Mandoline webview: View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More renaming Created 5 years, 2 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/web_view/frame_tree.cc ('k') | components/web_view/pending_web_view_load.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/frame_tree_delegate.h
diff --git a/components/web_view/frame_tree_delegate.h b/components/web_view/frame_tree_delegate.h
index 7743828484fe7be47bd5bb03d86101aba8a4baa9..55c33150352008a2e35dd12f90b72db6e719897f 100644
--- a/components/web_view/frame_tree_delegate.h
+++ b/components/web_view/frame_tree_delegate.h
@@ -79,8 +79,8 @@ class FrameTreeDelegate {
virtual void DidCreateFrame(Frame* frame);
virtual void DidDestroyFrame(Frame* frame);
- // Invoked when the View embedded in a Frame premuturely stops rendering
- // to |frame|'s View. This could mean any of the following:
+ // Invoked when the Window embedded in a Frame premuturely stops rendering
+ // to |frame|'s Window. This could mean any of the following:
// . The app crashed.
// . There is no app that renders the url.
// . The app is still alive, but is shutting down.
« no previous file with comments | « components/web_view/frame_tree.cc ('k') | components/web_view/pending_web_view_load.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698