|
Add a preference to control Windows desktop search redirection.
This CL adds a new preference called
"windows_desktop_search_redirection", that controls whether Windows
desktop searches should be redirected to the default search engine.
The preference can be enabled, disabled or unset. Enabled and disabled
mean that redirection of desktop searches has been explicitly enabled
or disabled. Unset means no value has been explicitly set and that the
browser should ask the user whether they want to use the feature
(prompt + checkbox to edit the preference from chrome://settings will
be implemented in an upcoming CL).
BUG= 539963
Committed: https://crrev.com/ee511066919908c8b8b5d6f17bb18a2a72971372
Cr-Commit-Position: refs/heads/master@{#363064}
Total comments: 8
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+207 lines, -97 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/about_flags.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+15 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/template_url_service_factory.cc
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/startup_browser_creator.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/startup_browser_creator.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/startup/startup_browser_creator_win_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+90 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/components_tests.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/search_engines.gypi
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/search_engines/BUILD.gn
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
components/search_engines/desktop_search_win.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/search_engines/desktop_search_win.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+27 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
components/search_engines/desktop_search_win_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
components/search_engines/detect_desktop_search_win.h
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
D |
components/search_engines/detect_desktop_search_win.cc
|
View
|
|
1 chunk |
+0 lines, -48 lines |
0 comments
|
Download
|
 |
M |
components/search_engines/search_engines_switches.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/search_engines/search_engines_switches.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
Total messages: 27 (14 generated)
|