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

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

Issue 2295193004: Remove the unused CipherKeyActivity (Closed)
Patch Set: Created 4 years, 4 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/document/CipherKeyActivity.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 a374a2ca2880bd007da8a2c6718a640f228d7c21..840ff9764ecfe0e901360abfbdb04a9f5c85749b 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -540,15 +540,6 @@ by a child template that "extends" this file.
android:excludeFromRecents="true">
</activity>
- <!-- This activity is started along with IncognitoDocumentActivity, so it also must
- disable hardware acceleration. Besides, it doesn't have any UI. -->
- <activity android:name="org.chromium.chrome.browser.document.CipherKeyActivity"
- android:launchMode="singleInstance"
- android:theme="@android:style/Theme.Translucent.NoTitleBar"
- android:excludeFromRecents="true"
- android:hardwareAccelerated="false">
- </activity>
-
<!-- This activity is used to restart the main Chrome process. Should never be exported. -->
<activity android:name="org.chromium.chrome.browser.BrowserRestartActivity"
android:launchMode="singleInstance"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/document/CipherKeyActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698