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

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: nits 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..ced17468da193ef222492ba1c3ec4f3136b89143 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 isUsingLightToolbarTheme() {
+ return false;
+ }
+
+ @Override
public int getVerticalScrollOffset() {
return mScrollView.getScrollY();
}

Powered by Google App Engine
This is Rietveld 408576698