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

Issue 1420053005: Move code in components/safe_browsing_db and chrome/browser/s_b/ under the safe_browsing namespace. (Closed)

Created:
5 years, 1 month ago by vakh (old account. dont use)
Modified:
5 years, 1 month ago
CC:
chromium-reviews, asanka, extensions-reviews_chromium.org, grt+watch_chromium.org, asvitkine+watch_chromium.org, tfarina, chromium-apps-reviews_chromium.org, markusheintz_, mattm, Jialiu Lin
Base URL:
https://chromium.googlesource.com/chromium/src.git@02_components_move
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move code in components/safe_browsing_db and chrome/browser/safe_browsing/ under the safe_browsing namespace. BUG=543161 Committed: https://crrev.com/9a474d832c1362b280d46dcad9de01b58903a00f Cr-Commit-Position: refs/heads/master@{#359462}

Patch Set 1 #

Patch Set 2 : Merging the latest changes from trunk. #

Total comments: 39

Patch Set 3 : #

Patch Set 4 : Use anonymous namespace in .cc files for code used only in that file. #

Patch Set 5 : Use using s_b:: for any tokens that are used more than three times in the .h+.cc files. #

Patch Set 6 : Other minor fixes incl. using "using safe_browsing::ClassName" instead of safe_browsing::ClassName everywhere. #

Total comments: 36

Patch Set 7 : Bring back anon namespace. Remove safe_browsing:: wherever not needed. #

Total comments: 6

Patch Set 8 : Merge trunk head. Also remove safe_browsing:: in more places where it's not needed. #

Patch Set 9 : CR feedback. Remove using from *.h #

Total comments: 45

Patch Set 10 : CR feedback: Fix formatting errors and some compilation errors with build bots.. #

Patch Set 11 : Merging the latest changes from trunk hoping build bots won't get merge conflicts. #

Patch Set 12 : Some changes from PS#10 got lost when I merged trunk in #11. Bringing those back. #

Patch Set 13 : Fix some Android and Mac specific compilation failures. #

Patch Set 14 : More fixes for Android-specific code/tests. #

Patch Set 15 : Fixing fwd decl of SafeBrowsingApiHandler and avoiding name collision in srt_fetcher_browsertest_wi… #

Patch Set 16 : Remove safe_browsing:: from util.cc, fix Android compilation errors. #

Total comments: 4

Patch Set 17 : Remove '// namespace safe_browsing' for a small fwd decl block. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1121 lines, -1554 lines) Patch
M chrome/app/android/chrome_main_delegate_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/app/android/chrome_main_delegate_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/chrome_application.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/browser_process.h View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/browser_process_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/browser_process_impl.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/download/chrome_download_manager_delegate.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/download/download_browsertest.cc View 1 2 3 4 5 6 7 8 9 11 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/download/download_commands.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/blacklist.h View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/extensions/blacklist.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/blacklist_state_fetcher.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/blacklist_state_fetcher.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/fake_safe_browsing_database_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/fake_safe_browsing_database_manager.cc View 2 chunks +10 lines, -12 lines 0 comments Download
M chrome/browser/extensions/test_blacklist_state_fetcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/metrics/chrome_metrics_services_manager_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/metrics/chrome_metrics_services_manager_client.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/prerender/prerender_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 11 chunks +16 lines, -12 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/data_reduction_proxy_resource_throttle_android.h View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +10 lines, -6 lines 0 comments Download
M chrome/browser/renderer_host/safe_browsing_resource_throttle.h View 5 6 7 8 6 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/renderer_host/safe_browsing_resource_throttle.cc View 1 2 3 4 5 6 7 8 8 chunks +12 lines, -10 lines 0 comments Download
M chrome/browser/safe_browsing/chunk_range.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/chunk_range.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/chunk_range_unittest.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/safe_browsing/database_manager.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/download_protection_service_unittest.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/safe_browsing/local_database_manager.h View 5 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/safe_browsing/local_database_manager.cc View 1 2 3 4 5 6 7 8 9 19 chunks +59 lines, -56 lines 0 comments Download
M chrome/browser/safe_browsing/local_database_manager_unittest.cc View 1 2 3 4 5 6 8 chunks +24 lines, -37 lines 0 comments Download
M chrome/browser/safe_browsing/local_safebrowsing_test_server.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/local_safebrowsing_test_server.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/local_two_phase_testserver.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/local_two_phase_testserver.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/path_sanitizer_unittest.cc View 4 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/ping_manager.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/ping_manager.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/ping_manager_unittest.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/protocol_manager.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/protocol_manager.cc View 1 2 3 20 chunks +57 lines, -58 lines 0 comments Download
M chrome/browser/safe_browsing/protocol_manager_helper.h View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/protocol_manager_helper.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/protocol_manager_unittest.cc View 4 chunks +11 lines, -10 lines 0 comments Download
M chrome/browser/safe_browsing/protocol_parser.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/safe_browsing/protocol_parser_unittest.cc View 1 2 3 4 5 6 27 chunks +52 lines, -68 lines 0 comments Download
M chrome/browser/safe_browsing/remote_database_manager.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/remote_database_manager.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/remote_database_manager_unittest.cc View 1 2 3 4 5 6 3 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_api_handler.h View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_api_handler.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.h View 1 2 3 4 5 6 7 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc View 1 2 3 4 5 6 7 4 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database.h View 4 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database.cc View 1 2 3 4 5 6 7 8 9 10 27 chunks +86 lines, -104 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database_unittest.cc View 1 2 3 4 5 6 7 8 9 66 chunks +137 lines, -154 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.h View 1 2 3 4 5 6 7 8 9 8 chunks +19 lines, -23 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.cc View 1 2 3 4 5 6 7 5 chunks +14 lines, -10 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc View 1 2 3 4 5 6 7 8 9 31 chunks +58 lines, -87 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_store.h View 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_store.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_store_file.h View 4 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_store_file.cc View 1 2 3 4 5 6 4 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc View 1 2 3 4 5 6 26 chunks +32 lines, -32 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_store_unittest.cc View 1 2 3 4 5 6 6 chunks +16 lines, -12 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_util.h View 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_util.cc View 8 chunks +15 lines, -11 lines 0 comments Download
M chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc View 1 2 3 4 5 6 7 8 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/safe_browsing/srt_fetcher_win.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/safe_browsing/srt_global_error_win.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/srt_global_error_win.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +11 lines, -9 lines 0 comments Download
M chrome/browser/safe_browsing/test_database_manager.h View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/test_database_manager.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/threat_details.h View 1 2 3 4 5 6 7 8 9 5 chunks +12 lines, -9 lines 0 comments Download
M chrome/browser/safe_browsing/threat_details.cc View 1 2 3 4 5 6 7 6 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/safe_browsing/threat_details_cache.h View 1 2 3 4 5 6 7 8 9 6 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/safe_browsing/threat_details_cache.cc View 1 2 3 4 5 6 7 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/threat_details_history.h View 1 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/safe_browsing/threat_details_history.cc View 1 3 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/threat_details_unittest.cc View 1 2 3 4 5 6 7 5 chunks +12 lines, -6 lines 0 comments Download
M chrome/browser/safe_browsing/two_phase_uploader_unittest.cc View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/ui_manager.h View 1 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/ui_manager.cc View 1 2 3 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/ui_manager_unittest.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/safe_browsing/unverified_download_field_trial_unittest.cc View 1 2 3 4 5 6 7 15 chunks +43 lines, -43 lines 0 comments Download
M chrome/browser/ssl/certificate_reporting_test_utils.cc View 1 2 3 4 5 6 7 8 9 11 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/download/download_item_view_md.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/interstitials/interstitial_ui.cc View 3 chunks +9 lines, -8 lines 0 comments Download
M chrome/test/base/testing_browser_process.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/test/base/testing_browser_process.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/test/ppapi/ppapi_filechooser_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +9 lines, -4 lines 0 comments Download
M components/safe_browsing_db/prefix_set.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M components/safe_browsing_db/prefix_set_unittest.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
D components/safe_browsing_db/safe_browsing_db_util.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -153 lines 0 comments Download
D components/safe_browsing_db/safe_browsing_db_util.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -364 lines 0 comments Download
D components/safe_browsing_db/safe_browsing_db_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -28 lines 0 comments Download
M components/safe_browsing_db/util.h View 1 3 chunks +2 lines, -5 lines 0 comments Download
M components/safe_browsing_db/util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +4 lines, -5 lines 0 comments Download
M components/safe_browsing_db/util_unittest.cc View 1 2 3 4 5 6 7 8 9 6 chunks +40 lines, -46 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 36 (9 generated)
vakh (old account. dont use)
5 years, 1 month ago (2015-10-29 07:24:50 UTC) #2
Nathan Parker
Lots of files! Looks pretty good. This is a great cleanup. I have the same ...
5 years, 1 month ago (2015-11-05 22:00:53 UTC) #3
Nathan Parker
FYI this will likely collide with jialiul's https://codereview.chromium.org/1414343007/, but will be just a handful of ...
5 years, 1 month ago (2015-11-05 22:02:16 UTC) #4
vakh (old account. dont use)
On 2015/11/05 22:00:53, nparker wrote: > Lots of files! Looks pretty good. This is a ...
5 years, 1 month ago (2015-11-06 23:02:37 UTC) #6
vakh (old account. dont use)
On 2015/11/05 22:02:16, nparker wrote: > FYI this will likely collide with jialiul's > https://codereview.chromium.org/1414343007/, ...
5 years, 1 month ago (2015-11-06 23:05:49 UTC) #7
Nathan Parker
lgtm cc: mattm, jailiu for heads up. LGTM for /safe_browsing/ parts and the namespace change. ...
5 years, 1 month ago (2015-11-07 01:15:13 UTC) #8
Nathan Parker
oh, and need to update the title+desc.
5 years, 1 month ago (2015-11-07 01:15:52 UTC) #9
vakh (old account. dont use)
On 2015/11/07 01:15:52, nparker wrote: > oh, and need to update the title+desc. Done.
5 years, 1 month ago (2015-11-07 01:22:12 UTC) #11
vakh (old account. dont use)
https://codereview.chromium.org/1420053005/diff/20001/chrome/browser/extensions/blacklist.cc File chrome/browser/extensions/blacklist.cc (right): https://codereview.chromium.org/1420053005/diff/20001/chrome/browser/extensions/blacklist.cc#newcode47 chrome/browser/extensions/blacklist.cc:47: scoped_refptr<safe_browsing::SafeBrowsingDatabaseManager> get() { On 2015/11/05 22:00:52, nparker wrote: > ...
5 years, 1 month ago (2015-11-07 01:22:57 UTC) #12
Nathan Parker
https://codereview.chromium.org/1420053005/diff/100001/chrome/browser/extensions/blacklist.h File chrome/browser/extensions/blacklist.h (right): https://codereview.chromium.org/1420053005/diff/100001/chrome/browser/extensions/blacklist.h#newcode24 chrome/browser/extensions/blacklist.h:24: using safe_browsing::SafeBrowsingDatabaseManager; "using" should only be used in .cc ...
5 years, 1 month ago (2015-11-10 23:53:34 UTC) #13
mattm
https://codereview.chromium.org/1420053005/diff/100001/chrome/browser/safe_browsing/local_database_manager.cc File chrome/browser/safe_browsing/local_database_manager.cc (right): https://codereview.chromium.org/1420053005/diff/100001/chrome/browser/safe_browsing/local_database_manager.cc#newcode178 chrome/browser/safe_browsing/local_database_manager.cc:178: namespace safe_browsing { On 2015/11/10 23:53:34, nparker wrote: > ...
5 years, 1 month ago (2015-11-11 01:10:17 UTC) #15
vakh (old account. dont use)
Thanks for the review Nathan and Matt. Please take another look. https://codereview.chromium.org/1420053005/diff/100001/chrome/browser/extensions/blacklist.h File chrome/browser/extensions/blacklist.h (right): ...
5 years, 1 month ago (2015-11-11 18:59:53 UTC) #16
Nathan Parker
lgtm A few minor tweaks. This is a big clean up! I think it's great ...
5 years, 1 month ago (2015-11-11 21:23:36 UTC) #17
vakh (old account. dont use)
https://codereview.chromium.org/1420053005/diff/120001/chrome/browser/renderer_host/safe_browsing_resource_throttle.h File chrome/browser/renderer_host/safe_browsing_resource_throttle.h (right): https://codereview.chromium.org/1420053005/diff/120001/chrome/browser/renderer_host/safe_browsing_resource_throttle.h#newcode21 chrome/browser/renderer_host/safe_browsing_resource_throttle.h:21: using safe_browsing::SafeBrowsingDatabaseManager; On 2015/11/11 21:23:36, nparker wrote: > shouldn't ...
5 years, 1 month ago (2015-11-11 23:22:46 UTC) #18
mattm
https://codereview.chromium.org/1420053005/diff/160001/chrome/browser/extensions/blacklist.h File chrome/browser/extensions/blacklist.h (right): https://codereview.chromium.org/1420053005/diff/160001/chrome/browser/extensions/blacklist.h#newcode123 chrome/browser/extensions/blacklist.h:123: GetDatabaseManager(); formatting https://codereview.chromium.org/1420053005/diff/160001/chrome/browser/safe_browsing/local_database_manager.cc File chrome/browser/safe_browsing/local_database_manager.cc (right): https://codereview.chromium.org/1420053005/diff/160001/chrome/browser/safe_browsing/local_database_manager.cc#newcode156 chrome/browser/safe_browsing/local_database_manager.cc:156: ListType ...
5 years, 1 month ago (2015-11-12 00:36:06 UTC) #19
mattm
Also it's generally appreciated to upload the merge/rebase in a separate patchset from any changes ...
5 years, 1 month ago (2015-11-12 00:37:17 UTC) #20
vakh (old account. dont use)
Thanks for patiently reviewing this enormous CL. I have tried to fix all the tests ...
5 years, 1 month ago (2015-11-12 09:27:44 UTC) #21
mattm
Looks like a few compile failures still. https://codereview.chromium.org/1420053005/diff/160001/components/safe_browsing_db/util.cc File components/safe_browsing_db/util.cc (right): https://codereview.chromium.org/1420053005/diff/160001/components/safe_browsing_db/util.cc#newcode18 components/safe_browsing_db/util.cc:18: if (!strcmp(safe_browsing::kAllLists[i], ...
5 years, 1 month ago (2015-11-12 17:17:56 UTC) #22
vakh (old account. dont use)
Remove safe_browsing:: from util.cc, fix Android compilation errors.
5 years, 1 month ago (2015-11-12 19:03:59 UTC) #23
vakh (old account. dont use)
On 2015/11/12 17:17:56, mattm wrote: > Looks like a few compile failures still. Should be ...
5 years, 1 month ago (2015-11-12 21:03:43 UTC) #24
vakh (old account. dont use)
thestig@, please review the changes outside of: components/safe_browsing_db/... chrome/browser/safe_browsing/... nparker@ and mattm@ have already looked ...
5 years, 1 month ago (2015-11-12 22:21:04 UTC) #26
Lei Zhang
lgtm https://codereview.chromium.org/1420053005/diff/300001/chrome/app/android/chrome_main_delegate_android.cc File chrome/app/android/chrome_main_delegate_android.cc (right): https://codereview.chromium.org/1420053005/diff/300001/chrome/app/android/chrome_main_delegate_android.cc#newcode25 chrome/app/android/chrome_main_delegate_android.cc:25: using safe_browsing::SafeBrowsingApiHandler; There's only a few users. Just ...
5 years, 1 month ago (2015-11-12 22:56:46 UTC) #27
vakh (old account. dont use)
Remove '// namespace safe_browsing' for a small fwd decl block.
5 years, 1 month ago (2015-11-12 23:03:06 UTC) #28
vakh (old account. dont use)
Thanks for the review, nparker@, mattm@ and thestig@. https://codereview.chromium.org/1420053005/diff/300001/chrome/app/android/chrome_main_delegate_android.cc File chrome/app/android/chrome_main_delegate_android.cc (right): https://codereview.chromium.org/1420053005/diff/300001/chrome/app/android/chrome_main_delegate_android.cc#newcode25 chrome/app/android/chrome_main_delegate_android.cc:25: using ...
5 years, 1 month ago (2015-11-12 23:04:10 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1420053005/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1420053005/320001
5 years, 1 month ago (2015-11-12 23:39:54 UTC) #34
commit-bot: I haz the power
Committed patchset #17 (id:320001)
5 years, 1 month ago (2015-11-13 01:43:21 UTC) #35
commit-bot: I haz the power
5 years, 1 month ago (2015-11-13 01:44:09 UTC) #36
Message was sent while issue was closed.
Patchset 17 (id:??) landed as
https://crrev.com/9a474d832c1362b280d46dcad9de01b58903a00f
Cr-Commit-Position: refs/heads/master@{#359462}

Powered by Google App Engine
This is Rietveld 408576698