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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java

Issue 2753713002: Remove ModerateBindingOnBackgroundTabCreation (Closed)
Patch Set: rebase Created 3 years, 9 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/DeferredStartupHandler.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java
index a475c499130b3ed70121054614f60c594a0ec456..448e84e0a38c6d8791d30ee7ff304f8191c39bb0 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java
@@ -613,8 +613,7 @@ public class AwContentsTest extends AwTestBase {
public void clearConnection(int pid) {}
@Override
- public void startModerateBindingManagement(
- Context context, int maxSize, boolean moderateBindingTillBackgrounded) {}
+ public void startModerateBindingManagement(Context context, int maxSize) {}
@Override
public void releaseAllModerateBindings() {}
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/DeferredStartupHandler.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698