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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/tab/UndoIntegrationTest.java

Issue 1229733002: Add new snackbar features to prepare for omnibox geolocation snackbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ian's comments; fixed snackbar location in multiwindow mode when keyboard is visible Created 5 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/snackbar/TemplatePreservingTextView.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/tab/UndoIntegrationTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/tab/UndoIntegrationTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/tab/UndoIntegrationTest.java
index 5c40c490892faa366eba349f3d73bf200c61b999..6621abbd90781c48da2f7a26e926b4c4afde6cfc 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/tab/UndoIntegrationTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/tab/UndoIntegrationTest.java
@@ -46,7 +46,7 @@ public class UndoIntegrationTest extends ChromeTabbedActivityTestBase {
@Override
public void startMainActivity() throws InterruptedException {
CommandLine.getInstance().appendSwitch(ChromeSwitches.ENABLE_HIGH_END_UI_UNDO);
- SnackbarManager.setTimeoutForTesting(1500);
+ SnackbarManager.setDurationForTesting(1500);
startMainActivityOnBlankPage();
}
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/snackbar/TemplatePreservingTextView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698