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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ntp/IncognitoBottomSheetContent.java

Issue 2833573002: 🏠 Allow bottom sheet content to update handle color (Closed)
Patch Set: Created 3 years, 8 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/ntp/IncognitoBottomSheetContent.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/IncognitoBottomSheetContent.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/IncognitoBottomSheetContent.java
index 465102ad91823eb8b74085ae819a8fc22f46e571..ebde8915a92c9c21d0e51ff7b846c2fd3493f4cc 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/IncognitoBottomSheetContent.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/IncognitoBottomSheetContent.java
@@ -71,6 +71,11 @@ public class IncognitoBottomSheetContent implements BottomSheetContent {
}
@Override
+ public boolean isUsingLightToolbar() {
+ return false;
+ }
+
+ @Override
public int getVerticalScrollOffset() {
return mScrollView.getScrollY();
}

Powered by Google App Engine
This is Rietveld 408576698