| Index: chrome/android/java/src/org/chromium/chrome/browser/document/DocumentActivity.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/document/DocumentActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/document/DocumentActivity.java
|
| index dce0bfeaf66cb12ab1f70085402cbcc75fd512c8..c9831e7f4b18d15e593d46127e781e0fd512ab23 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/document/DocumentActivity.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/document/DocumentActivity.java
|
| @@ -776,9 +776,7 @@ public class DocumentActivity extends ChromeActivity {
|
| }, MENU_EXIT_ANIMATION_WAIT_MS);
|
| } else if (id == R.id.all_bookmarks_menu_id) {
|
| StartupMetrics.getInstance().recordOpenedBookmarks();
|
| - if (!EnhancedBookmarkUtils.showEnhancedBookmarkIfEnabled(this)) {
|
| - NewTabPage.launchBookmarksDialog(this, mDocumentTab, getTabModelSelector());
|
| - }
|
| + EnhancedBookmarkUtils.showEnhancedBookmarkIfEnabled(this);
|
| RecordUserAction.record("MobileMenuAllBookmarks");
|
| } else if (id == R.id.recent_tabs_menu_id) {
|
| NewTabPage.launchRecentTabsDialog(this, mDocumentTab);
|
|
|