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

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 2086483004: Remove ChromePrerenderService, keeping only its skeleton behind. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explain why the service is staying. Created 4 years, 6 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/res/layout/prerender_test_main.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 30de1075395550cd098f7460f56775779417c421..726b51812c0ad89c17c05f0be2311ca2490283ee 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -340,10 +340,6 @@ by a child template that "extends" this file.
android:hardwareAccelerated="false"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize">
</activity>
- <activity android:name="org.chromium.chrome.browser.prerender.PrerenderAPITestActivity"
- android:theme="@style/MainTheme"
- android:exported="true">
- </activity>
<activity android:name="org.chromium.chrome.browser.bookmarks.BookmarkActivity"
android:theme="@style/DrawerDialog"
android:windowSoftInputMode="stateAlwaysHidden"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/prerender_test_main.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698