From 5ff5c8b88968fa794eab4b7a263cae25f05bd4d3 Mon Sep 17 00:00:00 2001 From: Michael Kolb Date: Thu, 3 May 2012 11:37:58 -0700 Subject: Remove voice search handling Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054 --- src/com/android/browser/UiController.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/com/android/browser/UiController.java') diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java index 46c04321b..5be2343d0 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); -- cgit v1.2.3