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

Unified Diff: content/browser/renderer_host/render_widget_host_view_base.h

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test Created 4 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
Index: content/browser/renderer_host/render_widget_host_view_base.h
diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
index ce60e771273c9431ac86f9af584a7366e53c6b00..f6e68e5cd080e86667770cf08046fadbd06c9973 100644
--- a/content/browser/renderer_host/render_widget_host_view_base.h
+++ b/content/browser/renderer_host/render_widget_host_view_base.h
@@ -161,9 +161,9 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView,
// Whether or not Blink's viewport size should be shrunk by the height of the
// URL-bar.
- virtual bool DoTopControlsShrinkBlinkSize() const;
+ virtual bool DoBrowserControlsShrinkBlinkSize() const;
- // The height of the URL-bar top controls.
+ // The height of the URL-bar browser controls.
virtual float GetTopControlsHeight() const;
// The height of the bottom bar.

Powered by Google App Engine
This is Rietveld 408576698