summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UiController.java
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2012-05-03 11:37:58 -0700
committerMichael Kolb <kolby@google.com>2012-05-03 15:25:01 -0700
commit5ff5c8b88968fa794eab4b7a263cae25f05bd4d3 (patch)
tree5c64bedb6089f7516b1e34de38e6bde5ecc098d3 /src/com/android/browser/UiController.java
parentf6504f863a407c9b4615ac14de9b623775f65f69 (diff)
downloadandroid_packages_apps_Gello-5ff5c8b88968fa794eab4b7a263cae25f05bd4d3.tar.gz
android_packages_apps_Gello-5ff5c8b88968fa794eab4b7a263cae25f05bd4d3.tar.bz2
android_packages_apps_Gello-5ff5c8b88968fa794eab4b7a263cae25f05bd4d3.zip
Remove voice search handling
Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
Diffstat (limited to 'src/com/android/browser/UiController.java')
-rw-r--r--src/com/android/browser/UiController.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java
index 46c04321..5be2343d 100644
--- a/src/com/android/browser/UiController.java
+++ b/src/com/android/browser/UiController.java
@@ -67,12 +67,6 @@ public interface UiController {
void bookmarkCurrentPage();
- void startVoiceSearch();
-
- boolean supportsVoiceSearch();
-
- void showVoiceSearchResults(String title);
-
void editUrl();
void handleNewIntent(Intent intent);