diff options
Diffstat (limited to 'src/com/android/browser/UiController.java')
-rw-r--r-- | src/com/android/browser/UiController.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java index c22494b..ed5fa6a 100644 --- a/src/com/android/browser/UiController.java +++ b/src/com/android/browser/UiController.java @@ -56,8 +56,6 @@ public interface UiController extends BookmarksHistoryCallbacks { void bookmarksOrHistoryPicker(boolean openHistory); - void startSearch(String url); - void startVoiceSearch(); boolean supportsVoiceSearch(); |