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

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 to fix failures on PreferencesTest text cases. 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..30e4add391aec8b72eeb5a4bf50e41e8884a3076 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.SearchEnginePreference"
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