diff options
| author | Michael Kolb <kolby@google.com> | 2011-04-05 10:39:10 -0700 |
|---|---|---|
| committer | Michael Kolb <kolby@google.com> | 2011-04-06 16:43:03 -0700 |
| commit | 46f987eca738a36e2c8382aaec6c7ef2ae2482ae (patch) | |
| tree | 06f3000c84f436670e9062c134b786438f22c98e /src/com/android/browser/Controller.java | |
| parent | 181aac7e29bdf4b9946101100620d4c358ac91aa (diff) | |
refactor titlebar code
Change-Id: I45db5f19af142ba78d3e3833fa428e8f9a14b889
Diffstat (limited to 'src/com/android/browser/Controller.java')
| -rw-r--r-- | src/com/android/browser/Controller.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/browser/Controller.java b/src/com/android/browser/Controller.java index 47b817ca..e8e13d1b 100644 --- a/src/com/android/browser/Controller.java +++ b/src/com/android/browser/Controller.java @@ -2420,12 +2420,6 @@ public class Controller startSearch(result, false, bundle, false); } - @Override - public void startSearch(String url) { - startSearch(mSettings.getHomePage().equals(url) ? null : url, true, - null, false); - } - private void startSearch(String initialQuery, boolean selectInitialQuery, Bundle appSearchData, boolean globalSearch) { if (appSearchData == null) { |
