commit | 0b12912da64ff5b2917d4f50eb91df2e76457d08 | [log] [tgz] |
---|---|---|
author | Michael Kolb <kolby@google.com> | Mon Jun 04 16:31:58 2012 -0700 |
committer | Michael Kolb <kolby@google.com> | Mon Jun 04 16:36:41 2012 -0700 |
tree | 8b7400e74a8c9f59e6f5db0c62761e03ba5193c9 | |
parent | 9d64d9a8016cc862296b20c4db545018373bdea5 [diff] [blame] |
Enable voice search in omnibox Bug: 6601348 Bring back voice search. Also fixes focus bug for fixed titlebar. Change-Id: I83c8ad96957b62c23ad0bbb35685712687d11213
diff --git a/src/com/android/browser/UI.java b/src/com/android/browser/UI.java index 96f6640..677c3d3 100644 --- a/src/com/android/browser/UI.java +++ b/src/com/android/browser/UI.java
@@ -148,4 +148,5 @@ boolean blockFocusAnimations(); + void onVoiceResult(String result); }