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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/history/HistoryActivity.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/HistoryActivity.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/history/HistoryActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/history/HistoryActivity.java
index 03865476a43044528c3cce58bee48295cd940134..a8c06e29dfc3d16c7a249053a15b393ffe83191c 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/history/HistoryActivity.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/history/HistoryActivity.java
@@ -19,7 +19,7 @@ public class HistoryActivity extends SnackbarActivity {
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
- mHistoryManager = new HistoryManager(this, null);
+ mHistoryManager = new HistoryManager(this, true);
setContentView(mHistoryManager.getView());
}

Powered by Google App Engine
This is Rietveld 408576698