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

Unified Diff: content/renderer/render_view_impl.cc

Issue 10073023: TabContents -> WebContentsImpl, part 14. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « content/renderer/render_thread_impl.h ('k') | content/test/test_renderer_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index a1d080610b92492b5a23af910b3c4e85975e2454..11b7d714cfe58ee7e4fcc84bad3c7bd776596f91 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -1264,7 +1264,7 @@ void RenderViewImpl::UpdateURL(WebFrame* frame) {
// Reset the zoom limits in case a plugin had changed them previously. This
// will also call us back which will cause us to send a message to
- // update TabContents.
+ // update WebContentsImpl.
webview()->zoomLimitsChanged(
WebView::zoomFactorToZoomLevel(content::kMinimumZoomFactor),
WebView::zoomFactorToZoomLevel(content::kMaximumZoomFactor));
« no previous file with comments | « content/renderer/render_thread_impl.h ('k') | content/test/test_renderer_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698