|
Implement IsSearchProviderInstalled and a test for it.
It is currently off by default and one must pass in a flag
(--enable-search-provider-api-v2) to use it. Api details are
in the bug.
BUG= 38475
TEST=ui_tests --gtest_filter=SearchProviderTest.TestIsSearchProviderInstalled
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52778
Total comments: 25
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+496 lines, -37 lines) |
Patch |
 |
M |
chrome/browser/renderer_host/render_view_host.h
|
View
|
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host.cc
|
View
|
2
3
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host_delegate.h
|
View
|
2
3
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host_delegate.cc
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.h
|
View
|
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.cc
|
View
|
1
2
3
|
1 chunk |
+53 lines, -0 lines |
3 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages.h
|
View
|
|
2 chunks |
+93 lines, -0 lines |
2 comments
|
Download
|
 |
M |
chrome/common/render_messages_internal.h
|
View
|
1
2
3
|
2 chunks |
+9 lines, -3 lines |
1 comment
|
Download
|
 |
M |
chrome/renderer/external_extension.cc
|
View
|
1
2
3
|
2 chunks |
+109 lines, -34 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/external_extension_uitest.cc
|
View
|
1
2
3
|
1 chunk |
+98 lines, -0 lines |
1 comment
|
Download
|
 |
M |
chrome/renderer/render_view.h
|
View
|
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.cc
|
View
|
2
3
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/is_search_provider_installed.html
|
View
|
1
2
3
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|