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

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: review 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 46a755f5c2415008077f25255c1965d262551766..8f29043491410f8befd3555dd82921379d8e17ab 100644
--- a/chrome/android/java_staging/AndroidManifest.xml
+++ b/chrome/android/java_staging/AndroidManifest.xml
@@ -350,6 +350,12 @@ by a child template that "extends" this file.
android:excludeFromRecents="true">
</activity>
+ <activity android:name="org.chromium.chrome.browser.childaccounts.ResetDataActivity"
+ android:theme="@android:style/Theme.Translucent.NoTitleBar"
palmer 2015/06/17 21:55:17 As declared, any other package on the device could
Bernhard Bauer 2015/06/18 09:08:53 The problem with declaring a permission is that th
+ 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