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

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

Issue 1242323003: Remove PrerenderService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabsConnection.java » ('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 8ba2b22b453a01ddf73cc42003102961e8e5f92a..0fadef1f3d59f149a4162c61e215faeb33e04f77 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -279,10 +279,6 @@ by a child template that "extends" this file.
android:hardwareAccelerated="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc">
</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.enhancedbookmarks.EnhancedBookmarkActivity"
android:theme="@style/EnhancedBookmarkDialog"
android:windowSoftInputMode="stateAlwaysHidden"
@@ -533,9 +529,6 @@ by a child template that "extends" this file.
</intent-filter>
</receiver>
- <service android:name="org.chromium.chrome.browser.prerender.ChromePrerenderService"
- android:exported="true"
- tools:ignore="ExportedService" />
<service android:name="org.chromium.chrome.browser.customtabs.CustomTabsConnectionService"
android:exported="{{ 'true' if channel in ['dev', 'canary', 'default'] else 'false' }}"
tools:ignore="ExportedService">
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabsConnection.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698