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

Unified Diff: content/public/renderer/render_view.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/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index 80c01ef56e9321c2a10ff46089de4a55569a1afe..2e77417781d4e68b36269dd0e5e22d97f50d14b1 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -12,7 +12,7 @@
#include "base/strings/string16.h"
#include "build/build_config.h"
#include "content/common/content_export.h"
-#include "content/public/common/top_controls_state.h"
+#include "content/public/common/browser_controls_state.h"
#include "ipc/ipc_sender.h"
#include "ui/gfx/geometry/rect_f.h"
#include "ui/gfx/native_widget_types.h"
@@ -119,9 +119,9 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
virtual const std::string& GetAcceptLanguages() const = 0;
#if defined(OS_ANDROID)
- virtual void UpdateTopControlsState(TopControlsState constraints,
- TopControlsState current,
- bool animate) = 0;
+ virtual void UpdateBrowserControlsState(BrowserControlsState constraints,
+ BrowserControlsState current,
+ bool animate) = 0;
#endif
// Converts the |rect| from Viewport coordinates to Window coordinates.

Powered by Google App Engine
This is Rietveld 408576698