diff options
Diffstat (limited to 'src/com/android/browser/UiController.java')
-rw-r--r-- | src/com/android/browser/UiController.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java index 683e473..494a04f 100644 --- a/src/com/android/browser/UiController.java +++ b/src/com/android/browser/UiController.java @@ -107,6 +107,8 @@ public interface UiController { void toggleUserAgent(); + void toggleFullscreen(); + BrowserSettings getSettings(); boolean supportsVoice(); |