|
Exclude ProtectorService code from Android build.
The change adds a ENABLE_PROTECTOR_SERVICE condition to exclude
ProtectorService and related code. I have introduced protector_utils.h which
contains methods used by keyword_table.cc to sign and verify keywords.
Note: ChromeOS also excludes protector from the tests
(chrome_tests.gypi), but disables ProtectorService using a command line
switch.
BUG= 117407
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=129910
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+128 lines, -46 lines) |
Patch |
![](/static/closedtriangle.gif) |
M |
build/common.gypi
|
View
|
1
2
3
4
5
|
4 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
M |
chrome/browser/automation/testing_automation_provider.h
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
M |
chrome/browser/automation/testing_automation_provider.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
M |
chrome/browser/profiles/profile_dependency_manager.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
M |
chrome/browser/protector/protected_prefs_watcher.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
M |
chrome/browser/protector/protector_service.h
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
M |
chrome/browser/protector/protector_service.cc
|
View
|
|
2 chunks |
+0 lines, -35 lines |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
A |
chrome/browser/protector/protector_utils.h
|
View
|
1
2
3
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
A |
chrome/browser/protector/protector_utils.cc
|
View
|
1
2
3
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
M |
chrome/browser/search_engines/template_url_service.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
M |
chrome/browser/ui/browser_init.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
M |
chrome/browser/webdata/keyword_table.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
![](/static/closedtriangle.gif) |
M |
chrome/test/base/testing_profile.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|