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

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

Issue 2703463002: [List UI Unification] Basic list unification for phones (Closed)
Patch Set: [List UI Unification] Basic list unification for phones Created 3 years, 10 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/widget/selection/SelectableListToolbar.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/history/HistoryActivityTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/history/HistoryActivityTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/history/HistoryActivityTest.java
index 4bb44291d9fc919f85779383784aceb398f78900..da8f8b6a7c1ff90a377232d36f1209bad9e89356 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/history/HistoryActivityTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/history/HistoryActivityTest.java
@@ -371,7 +371,7 @@ public class HistoryActivityTest extends BaseActivityInstrumentationTestCase<His
@SmallTest
public void testToolbarShadow() throws Exception {
- View toolbarShadow = mHistoryManager.getToolbarShadowForTests();
+ View toolbarShadow = mHistoryManager.getSelectableListLayout().getToolbarShadowForTests();
assertEquals(View.GONE, toolbarShadow.getVisibility());
toggleItemSelection(2);
@@ -386,7 +386,7 @@ public class HistoryActivityTest extends BaseActivityInstrumentationTestCase<His
@SmallTest
public void testSearchView() throws Exception {
final HistoryManagerToolbar toolbar = mHistoryManager.getToolbarForTests();
- View toolbarShadow = mHistoryManager.getToolbarShadowForTests();
+ View toolbarShadow = mHistoryManager.getSelectableListLayout().getToolbarShadowForTests();
View toolbarSearchView = toolbar.getSearchViewForTests();
assertEquals(View.GONE, toolbarShadow.getVisibility());
assertEquals(View.GONE, toolbarSearchView.getVisibility());
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListToolbar.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698