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

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

Issue 1465363002: [Storage] Android - ManageSpace UI, Important Origins, and CBD Dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/drawable/flush_footer_button.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 690730c84dc3814502499e1b15a67461f5390eb1..7ac9496af192d02c51259161b06e960f68f84439 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -102,6 +102,7 @@ by a child template that "extends" this file.
android:label="@string/app_name"
android:largeHeap="false"
android:allowBackup="true"
+ android:manageSpaceActivity="@string/manage_space_activity"
android:fullBackupContent="@xml/chromebackupscheme"
android:restoreAnyVersion="true"
{% block android_backup_agent %}
@@ -328,6 +329,12 @@ by a child template that "extends" this file.
android:label="@string/preferences"
android:exported="false">
</activity>
+ <activity android:name="org.chromium.chrome.browser.preferences.website.ManageSpaceActivity"
+ android:theme="@style/PreferencesTheme"
+ android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize"
+ android:label="@string/storage_management_activity_label"
+ android:exported="false">
+ </activity>
<activity android:name="org.chromium.chrome.browser.EmbedContentViewActivity"
android:theme="@style/ThemeWithActionBar"
android:hardwareAccelerated="false"
« no previous file with comments | « no previous file | chrome/android/java/res/drawable/flush_footer_button.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698