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

Unified Diff: content/public/android/java/src/org/chromium/content_public/browser/WebContents.java

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/android/java/src/org/chromium/content_public/browser/WebContents.java
diff --git a/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java b/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
index fce0c95cb94d940e84e1b6b57e67e9306d1de840..a0c3b6bcb1906503b37fef910c02c71062b1a223 100644
--- a/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
+++ b/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
@@ -171,14 +171,13 @@ public interface WebContents extends Parcelable {
void exitFullscreen();
/**
- * Changes whether hiding the top controls is enabled.
+ * Changes whether hiding the browser controls is enabled.
*
- * @param enableHiding Whether hiding the top controls should be enabled or not.
- * @param enableShowing Whether showing the top controls should be enabled or not.
+ * @param enableHiding Whether hiding the browser controls should be enabled or not.
+ * @param enableShowing Whether showing the browser controls should be enabled or not.
* @param animate Whether the transition should be animated or not.
*/
- void updateTopControlsState(boolean enableHiding, boolean enableShowing,
- boolean animate);
+ void updateBrowserControlsState(boolean enableHiding, boolean enableShowing, boolean animate);
/**
* Shows the IME if the focused widget could accept text input.
« no previous file with comments | « content/public/android/java/src/org/chromium/content/common/ContentSwitches.java ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698