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

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

Issue 2587193002: Clean the deprecated class EmbedContentViewActivity. (Closed)
Patch Set: Created 4 years 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/EmbedContentViewActivity.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 02ecd0d2d99efb7c9ffa9657d0dee2ddf465e47d..9e6d9692e2d8aa248cc18668db288426cba6e8e4 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -448,11 +448,6 @@ by a child template that "extends" this file.
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"
- android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize">
- </activity>
<activity android:name="org.chromium.chrome.browser.bookmarks.BookmarkActivity"
android:theme="@style/FullscreenWhiteActivityTheme"
android:exported="false"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/EmbedContentViewActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698