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. |