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

Unified Diff: chrome/renderer/chrome_render_view_observer.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
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/chrome_render_view_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_render_view_observer.h
diff --git a/chrome/renderer/chrome_render_view_observer.h b/chrome/renderer/chrome_render_view_observer.h
index 61fffbf74fad070151416f5de18c2db4eb073f7d..6d0e671bda415ba00428d88f2a178a300c98e53d 100644
--- a/chrome/renderer/chrome_render_view_observer.h
+++ b/chrome/renderer/chrome_render_view_observer.h
@@ -12,7 +12,7 @@
#include "base/macros.h"
#include "base/timer/timer.h"
#include "build/build_config.h"
-#include "content/public/common/top_controls_state.h"
+#include "content/public/common/browser_controls_state.h"
#include "content/public/renderer/render_view_observer.h"
#include "url/gurl.h"
@@ -53,9 +53,9 @@ class ChromeRenderViewObserver : public content::RenderViewObserver {
void OnSetVisuallyDeemphasized(bool deemphasized);
#endif
#if defined(OS_ANDROID)
- void OnUpdateTopControlsState(content::TopControlsState constraints,
- content::TopControlsState current,
- bool animate);
+ void OnUpdateBrowserControlsState(content::BrowserControlsState constraints,
+ content::BrowserControlsState current,
+ bool animate);
#endif
void OnGetWebApplicationInfo();
void OnSetWindowFeatures(const blink::WebWindowFeatures& window_features);
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/chrome_render_view_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698