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 65fa5f8..c22494b 100644 --- a/src/com/android/browser/UiController.java +++ b/src/com/android/browser/UiController.java @@ -60,6 +60,8 @@ public interface UiController extends BookmarksHistoryCallbacks { void startVoiceSearch(); + boolean supportsVoiceSearch(); + void showVoiceSearchResults(String title); void editUrl(); |