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

Unified Diff: chrome/android/webapk/shell_apk/javatests/dex_optimizer/src/org/chromium/webapk/shell_apk/test/dex_optimizer/common.aidl

Issue 1981473002: Upstream: DexOptimizer and DexLoader classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: chrome/android/webapk/shell_apk/javatests/dex_optimizer/src/org/chromium/webapk/shell_apk/test/dex_optimizer/common.aidl
diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_idle.js b/chrome/android/webapk/shell_apk/javatests/dex_optimizer/src/org/chromium/webapk/shell_apk/test/dex_optimizer/common.aidl
similarity index 67%
copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_idle.js
copy to chrome/android/webapk/shell_apk/javatests/dex_optimizer/src/org/chromium/webapk/shell_apk/test/dex_optimizer/common.aidl
index 1f861002ca9a3357f948b33135629a0eb8b1e5b8..8efddfd6d27fc25613ece534bc1ddf2749209858 100644
--- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_idle.js
+++ b/chrome/android/webapk/shell_apk/javatests/dex_optimizer/src/org/chromium/webapk/shell_apk/test/dex_optimizer/common.aidl
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-window.documentIdle = window.documentIdle ? documentIdle + 1 : 1;
+interface org.chromium.webapk.shell_apk.test.dex_optimizer.IDexOptimizerService

Powered by Google App Engine
This is Rietveld 408576698