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

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

Issue 2089563002: [Polymer] update polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: polymer update 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/src/org/chromium/chrome/browser/precache/PrecacheBootReceiver.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 ba10c7ad0f49f8a1f02807732d06a5d0c0c3cd46..e147b01a8526018ef1f30eec8d9a8c9ba0b15c38 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -546,19 +546,6 @@ by a child template that "extends" this file.
android:exported="false">
</service>
- <!-- Precache service.
- Not enabled on Stable or Work channels. This is currently an experiment
- on beta channel (crbug/309216) but the mere existence of these can lead
- to some process churn, so omit them while not relevant. b/24776372
- -->
- {% if channel in ['default', 'canary', 'dev', 'beta'] %}
- <receiver android:name="org.chromium.chrome.browser.precache.PrecacheBootReceiver">
- <intent-filter>
- <action android:name="android.intent.action.BOOT_COMPLETED"/>
- </intent-filter>
- </receiver>
- {% endif %}
-
<service android:name="org.chromium.components.variations.firstrun.VariationsSeedService"
android:exported="false" />
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/precache/PrecacheBootReceiver.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698