Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2597)

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/history/HistoryPage.java

Issue 2751583002: 🏡 Show correct BottomSheetContent toolbar when contents swapped (Closed)
Patch Set: Remove duplicate "and" Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/src/org/chromium/chrome/browser/history/HistoryPage.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/history/HistoryPage.java b/chrome/android/java/src/org/chromium/chrome/browser/history/HistoryPage.java
index f19402d876a78f76314e2ace89731f0492afaab8..11dbcccae43eac9b45fce4123609c735624d3615 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/history/HistoryPage.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/history/HistoryPage.java
@@ -31,7 +31,7 @@ public class HistoryPage extends BasicNativePage {
@Override
protected void initialize(Activity activity, final NativePageHost host) {
- mHistoryManager = new HistoryManager(activity, this);
+ mHistoryManager = new HistoryManager(activity, false);
mTitle = activity.getString(R.string.menu_history);
}

Powered by Google App Engine
This is Rietveld 408576698