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

Unified Diff: components/web_view/pending_web_view_load.cc

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_delegate.h ('k') | components/web_view/public/cpp/web_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/pending_web_view_load.cc
diff --git a/components/web_view/pending_web_view_load.cc b/components/web_view/pending_web_view_load.cc
index fcb40dbe6010525ad687893e62d57cb9c86f2a69..503a1b4e2559a23667129f93ef1dc9b3f85b8bbe 100644
--- a/components/web_view/pending_web_view_load.cc
+++ b/components/web_view/pending_web_view_load.cc
@@ -31,7 +31,7 @@ void PendingWebViewLoad::OnGotContentHandlerID() {
is_content_handler_id_valid_ = true;
if (web_view_->root_)
web_view_->OnLoad(pending_url_);
- // The else case is handled by WebViewImpl when it gets the View (|root_|).
+ // The else case is handled by WebViewImpl when it gets the Window (|root_|).
}
} // namespace web_view
« no previous file with comments | « components/web_view/frame_tree_delegate.h ('k') | components/web_view/public/cpp/web_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698