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

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

Issue 1990233002: [Android backup] Restore nothing if signed in user isn't valid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Allow downstream override of account fetching 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/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 858b3f3da8dc2df40f1ff8bec89a900d40868958..ca7c98f1cfac13f8467bc2a4c01eadfdb5abfa2b 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -102,10 +102,11 @@ by a child template that "extends" this file.
android:label="@string/app_name"
android:largeHeap="false"
android:allowBackup="true"
- android:backupAgent="org.chromium.chrome.browser.ChromeBackupAgent"
android:fullBackupContent="@xml/chromebackupscheme"
android:supportsRtl="true"
- {% block extra_application_attributes %}{% endblock %}>
+ {% block extra_application_attributes %}
Bernhard Bauer 2016/05/23 12:40:15 Using extra_application_attributes for this feels
aberent 2016/06/01 12:34:31 Done.
+ android:backupAgent="org.chromium.chrome.browser.ChromeBackupAgent"
+ {% endblock %}>
<!-- Samsung MultiWindow Support -->
<meta-data android:name="com.samsung.android.sdk.multiwindow.enable"

Powered by Google App Engine
This is Rietveld 408576698