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

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

Issue 2593523005: Add an experimental standalone content suggestions UI. (Closed)
Patch Set: sync Created 3 years, 11 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 02ecd0d2d99efb7c9ffa9657d0dee2ddf465e47d..2da5e07dce5ce1ad4a385de821d725bb48299f71 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -413,6 +413,12 @@ 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