diff options
| author | Huahui Wu <hwu@google.com> | 2011-06-28 10:17:05 -0700 |
|---|---|---|
| committer | Huahui Wu <hwu@google.com> | 2011-06-28 12:29:18 -0700 |
| commit | ae0c0411bb502976c6374e30c5d1aa4271a64daf (patch) | |
| tree | 194499f4ae01383eedbe0cb2cc353f815774fc6b /src/com/android/browser/Controller.java | |
| parent | 4a7794c4d4db046357647f4b435d711be7b9eeaa (diff) | |
2nd try: Shows the right URL that has a cert error.
Identical to https://android-git.corp.google.com/g/#change,117835
which was reverted since its collaborative CL broke the build.
Change-Id: Ic0344bd30895700692fbf7cec84666567133e103
Diffstat (limited to 'src/com/android/browser/Controller.java')
| -rw-r--r-- | src/com/android/browser/Controller.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/browser/Controller.java b/src/com/android/browser/Controller.java index 9a015b2d..7abda691 100644 --- a/src/com/android/browser/Controller.java +++ b/src/com/android/browser/Controller.java @@ -1694,8 +1694,7 @@ public class Controller break; case R.id.page_info_menu_id: - mPageDialogsHandler.showPageInfo(mTabControl.getCurrentTab(), - false); + mPageDialogsHandler.showPageInfo(mTabControl.getCurrentTab(), false, null); break; case R.id.classic_history_menu_id: |
