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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImplTest.java

Issue 819743002: Add more methods to delegates for more upstreaming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/javatests/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImplTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImplTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImplTest.java
index 348fc1ca14f343266ef69cff4a7e0f8df0c91687..68675a711537c4f64b041b1c3bce22cc00f8f22f 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImplTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImplTest.java
@@ -85,8 +85,7 @@ public class DocumentTabModelImplTest extends NativeLibraryTestBase {
CommandLine.init(null);
loadNativeLibraryAndInitBrowserProcess();
- mActivityDelegate =
- new MockActivityDelegate("DocumentActivity", "IncognitoDocumentActivity");
+ mActivityDelegate = new MockActivityDelegate();
mTabDelegate = new MockTabDelegate();
mContext = new AdvancedMockContext(getInstrumentation().getTargetContext());
}

Powered by Google App Engine
This is Rietveld 408576698