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

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

Issue 1143313006: Add an activity that allows whitelisted applications to clear all data in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/android/java_staging/AndroidManifest.xml
diff --git a/chrome/android/java_staging/AndroidManifest.xml b/chrome/android/java_staging/AndroidManifest.xml
index 17a0d0a5f8421d57851dfe7cb738cf100e7bf888..8f7c53dcce83f1bd030aff17a5eb828e73a5d343 100644
--- a/chrome/android/java_staging/AndroidManifest.xml
+++ b/chrome/android/java_staging/AndroidManifest.xml
@@ -349,6 +349,12 @@ by a child template that "extends" this file.
android:excludeFromRecents="true">
</activity>
+ <activity android:name="org.chromium.chrome.browser.child_accounts.ResetDataActivity"
aurimas (slooooooooow) 2015/06/09 17:45:03 We are exporting this and we will always have to s
+ android:theme="@style/Transparent"
+ android:exported="true"
+ android:excludeFromRecents="true">
+ </activity>
+
<activity android:name="org.chromium.chrome.browser.document.CipherKeyActivity"
android:launchMode="singleInstance"
android:theme="@android:style/Theme.Translucent.NoTitleBar"

Powered by Google App Engine
This is Rietveld 408576698