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

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

Issue 2161803002: Add needsToolbarShadow to NativePage interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test code Created 4 years, 5 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebDiagnosticsPage.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/junit/src/org/chromium/chrome/browser/ntp/NativePageFactoryTest.java
diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/ntp/NativePageFactoryTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/ntp/NativePageFactoryTest.java
index fc557a0263f19c8864d5af96472c611a560e1070..1df086c0d21d43618f5419a0bea88f430af98dc9 100644
--- a/chrome/android/junit/src/org/chromium/chrome/browser/ntp/NativePageFactoryTest.java
+++ b/chrome/android/junit/src/org/chromium/chrome/browser/ntp/NativePageFactoryTest.java
@@ -78,6 +78,11 @@ public class NativePageFactoryTest {
}
@Override
+ public boolean needsToolbarShadow() {
+ return true;
+ }
+
+ @Override
public View getView() {
return null;
}
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebDiagnosticsPage.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698