|
Enable Chrome to tweak search engines for some locales
In some locales we might want to show some extra search engine options.
This CL creates a JNI bridge, SpecialLocaleHandler, that will manage the
changes we do to the TURL service, when the device is in special locale.
BUG= 638062
Committed: https://crrev.com/a27b1dfa7d0a8c7cb876d0bcd847555b9a1e87eb
Cr-Commit-Position: refs/heads/master@{#420770}
Total comments: 26
Total comments: 19
Total comments: 23
Total comments: 3
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+432 lines, -126 lines) |
Patch |
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/locale/LocaleManager.java
|
View
|
1
|
3 chunks |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/org/chromium/chrome/browser/locale/SpecialLocaleHandler.java
|
View
|
1
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java_sources.gni
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/chrome_jni_registrar.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/android/locale/OWNERS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/locale/special_locale_handler.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/locale/special_locale_handler.cc
|
View
|
1
2
|
1 chunk |
+120 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/omnibox/omnibox_api.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/settings_overrides/settings_overrides_browsertest.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/chrome_template_url_service_client.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/template_url_service_sync_unittest.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/template_url_service_unittest.cc
|
View
|
1
2
3
4
|
6 chunks |
+15 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/omnibox/chrome_omnibox_client.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search_engines/keyword_editor_controller.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search_engines/template_url_table_model.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/location_bar_view.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/search_engine_manager_handler.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/settings/search_engines_handler.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/omnibox/browser/autocomplete_controller.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/omnibox/browser/keyword_provider.cc
|
View
|
1
2
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/omnibox/browser/search_provider.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/search_engines/default_search_pref_migration_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/search_engines/keyword_table.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/search_engines/search_host_to_urls_map.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/search_engines/template_url.h
|
View
|
1
2
3
4
|
5 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/search_engines/template_url.cc
|
View
|
1
2
3
4
|
4 chunks |
+7 lines, -17 lines |
0 comments
|
Download
|
 |
M |
components/search_engines/template_url_prepopulate_data.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/search_engines/template_url_prepopulate_data.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+27 lines, -16 lines |
2 comments
|
Download
|
 |
M |
components/search_engines/template_url_service.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/search_engines/template_url_service.cc
|
View
|
1
2
3
4
|
26 chunks |
+42 lines, -35 lines |
0 comments
|
Download
|
Total messages: 41 (22 generated)
|