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

Unified Diff: chrome/android/java/res/xml/main_preferences.xml

Issue 2362673005: [Android] Change default search engine setting page to full screen (Closed)
Patch Set: update based on Ian's new comments and Rolfe's suggestions for UI. Created 4 years, 3 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/res/xml/main_preferences.xml
diff --git a/chrome/android/java/res/xml/main_preferences.xml b/chrome/android/java/res/xml/main_preferences.xml
index b3dae2aed8a59be8729e67f4e8c562e3873b633a..aa08deeace764dc7dcb8b2bb4c2924c09bb082b3 100644
--- a/chrome/android/java/res/xml/main_preferences.xml
+++ b/chrome/android/java/res/xml/main_preferences.xml
@@ -11,7 +11,8 @@
<PreferenceCategory
android:title="@string/prefs_section_basics"/>
- <org.chromium.chrome.browser.preferences.SearchEnginePreference
+ <org.chromium.chrome.browser.preferences.ChromeBasePreference
+ android:fragment="org.chromium.chrome.browser.preferences.SearchEnginePreferences"
android:key="search_engine"
android:title="@string/prefs_search_engine"/>
<org.chromium.chrome.browser.preferences.ChromeBasePreference

Powered by Google App Engine
This is Rietveld 408576698