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

Issue 9863047: Exclude ProtectorService code from Android build. (Closed)

Created:
8 years, 8 months ago by nilesh
Modified:
8 years, 8 months ago
CC:
chromium-reviews, dhollowa+watch_chromium.org
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : Renamed protector.h to protector_utils.cc #

Patch Set 4 : Missign util files. #

Patch Set 5 : #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -46 lines) Patch
M build/common.gypi View 1 2 3 4 5 4 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 2 3 4 5 4 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/protector/protected_prefs_watcher.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/protector/protector_service.h View 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/browser/protector/protector_service.cc View 2 chunks +0 lines, -35 lines 0 comments Download
A chrome/browser/protector/protector_utils.h View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/browser/protector/protector_utils.cc View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
M chrome/browser/search_engines/template_url_service.cc View 1 2 3 4 5 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_init.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/webdata/keyword_table.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
nilesh
8 years, 8 months ago (2012-03-28 07:48:46 UTC) #1
Yaron
http://codereview.chromium.org/9863047/diff/6001/chrome/browser/automation/testing_automation_provider.cc File chrome/browser/automation/testing_automation_provider.cc (right): http://codereview.chromium.org/9863047/diff/6001/chrome/browser/automation/testing_automation_provider.cc#newcode2532 chrome/browser/automation/testing_automation_provider.cc:2532: #if defined(ENABLE_PROTECTOR_SERVICE) Hmm. This shouldn't really be necessary as ...
8 years, 8 months ago (2012-03-28 21:23:22 UTC) #2
jam
lgtm http://codereview.chromium.org/9863047/diff/6001/chrome/browser/protector/protector.h File chrome/browser/protector/protector.h (right): http://codereview.chromium.org/9863047/diff/6001/chrome/browser/protector/protector.h#newcode5 chrome/browser/protector/protector.h:5: #ifndef CHROME_BROWSER_PROTECTOR_PROTECTOR_H_ On 2012/03/28 21:23:22, Yaron wrote: > ...
8 years, 8 months ago (2012-03-28 21:28:16 UTC) #3
nilesh
http://codereview.chromium.org/9863047/diff/6001/chrome/browser/automation/testing_automation_provider.cc File chrome/browser/automation/testing_automation_provider.cc (right): http://codereview.chromium.org/9863047/diff/6001/chrome/browser/automation/testing_automation_provider.cc#newcode3505 chrome/browser/automation/testing_automation_provider.cc:3505: #endif On 2012/03/28 21:23:22, Yaron wrote: > When this ...
8 years, 8 months ago (2012-03-28 23:35:11 UTC) #4
Yaron
lgtm I think you might need to rebase without my browser patch in your client ...
8 years, 8 months ago (2012-03-28 23:46:45 UTC) #5
nilesh
Adding more OWNERS.
8 years, 8 months ago (2012-03-29 17:07:48 UTC) #6
Elliot Glaysher
profiles lgtm
8 years, 8 months ago (2012-03-29 17:12:14 UTC) #7
nilesh
Hi Scott, Please take a look at the changes in: chrome/browser/search_engines/template_url_service.cc chrome/browser/ui/browser_init.cc Thanks.
8 years, 8 months ago (2012-03-29 17:13:44 UTC) #8
sky
LGTM
8 years, 8 months ago (2012-03-29 17:43:59 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nileshagrawal@chromium.org/9863047/24001
8 years, 8 months ago (2012-03-29 18:11:04 UTC) #10
commit-bot: I haz the power
Try job failure for 9863047-24001 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 8 months ago (2012-03-29 21:11:09 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nileshagrawal@chromium.org/9863047/24001
8 years, 8 months ago (2012-03-29 21:13:20 UTC) #12
commit-bot: I haz the power
Try job failure for 9863047-24001 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 8 months ago (2012-03-29 23:43:39 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nileshagrawal@chromium.org/9863047/24001
8 years, 8 months ago (2012-03-29 23:57:01 UTC) #14
commit-bot: I haz the power
Try job failure for 9863047-24001 (retry) (retry) on win_rel for step "browser_tests". It's a second ...
8 years, 8 months ago (2012-03-30 04:33:05 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nileshagrawal@chromium.org/9863047/24001
8 years, 8 months ago (2012-03-30 04:35:56 UTC) #16
commit-bot: I haz the power
Try job failure for 9863047-24001 (retry) (retry) on win_rel for step "browser_tests". It's a second ...
8 years, 8 months ago (2012-03-30 08:16:37 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nileshagrawal@chromium.org/9863047/24001
8 years, 8 months ago (2012-03-30 14:40:32 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nileshagrawal@chromium.org/9863047/45001
8 years, 8 months ago (2012-03-30 16:53:28 UTC) #19
commit-bot: I haz the power
8 years, 8 months ago (2012-03-30 19:57:34 UTC) #20
Change committed as 129910

Powered by Google App Engine
This is Rietveld 408576698