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

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

Issue 2720693004: 🏠 Remove ContentSuggestionsActivity (Closed)
Patch Set: rebase Created 3 years, 10 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/menu/main_menu.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 7667e2af43d95535af082611612cf2b932fae865..299a1568968db4ba15f0545a56951a84bef5680e 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -414,12 +414,6 @@ by a child template that "extends" this file.
android:hardwareAccelerated="false">
</activity>
- <activity android:name="org.chromium.chrome.browser.suggestions.ContentSuggestionsActivity"
- android:theme="@style/FullscreenWhiteActivityTheme"
- android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize"
- android:windowSoftInputMode="stateAlwaysHidden">
- </activity>
-
<activity android:name="org.chromium.chrome.browser.sync.ui.PassphraseActivity"
android:theme="@style/MainTheme"
android:autoRemoveFromRecents="true">
« no previous file with comments | « no previous file | chrome/android/java/res/menu/main_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698