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

Issue 2682263002: Network traffic annotation added to chrome::BitmapFetcher. (Closed)

Created:
3 years, 10 months ago by Ramin Halavati
Modified:
3 years, 10 months ago
CC:
chromium-reviews, jdonnelly+watch_chromium.org, gcasto+watchlist_chromium.org, vabr+watchlistpasswordmanager_chromium.org, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org, msramek, Rahul Chaturvedi
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Network traffic annotation added to chrome::BitmapFetcher. Network traffic annotation is added to network request(s) of chrome::BitmapFetcher and all functions that are sourcing calls to it. BUG=656607 Review-Url: https://codereview.chromium.org/2682263002 Cr-Commit-Position: refs/heads/master@{#452793} Committed: https://chromium.googlesource.com/chromium/src/+/e9cefd65b1f3a9f4648852cb25933894e994022f

Patch Set 1 : Annotations added. #

Patch Set 2 : Unittests added. #

Total comments: 26

Patch Set 3 : nits #

Patch Set 4 : Comments addressed. #

Total comments: 8

Patch Set 5 : nits #

Patch Set 6 : Extra file removed. #

Total comments: 18

Patch Set 7 : Comments Addressed. #

Patch Set 8 : Minor correction. #

Total comments: 31

Patch Set 9 : Annotations updated. #

Total comments: 5

Patch Set 10 : Comments addressed. #

Total comments: 6

Patch Set 11 : nits #

Total comments: 9

Patch Set 12 : Annotations updated. #

Patch Set 13 : Android compatibility. #

Patch Set 14 : Android compatibility. #

Total comments: 5

Patch Set 15 : Minor update. #

Total comments: 3

Patch Set 16 : Chrome changed to Chromium #

Total comments: 2

Patch Set 17 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -50 lines) Patch
M chrome/browser/android/compositor/scene_layer/contextual_search_scene_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/android/omnibox/answers_image_bridge.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +42 lines, -1 line 0 comments Download
M chrome/browser/bitmap_fetcher/bitmap_fetcher.h View 1 2 3 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/bitmap_fetcher/bitmap_fetcher.cc View 1 2 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/bitmap_fetcher/bitmap_fetcher_browsertest.cc View 1 5 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h View 2 chunks +13 lines, -4 lines 0 comments Download
M chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc View 1 2 3 chunks +15 lines, -8 lines 0 comments Download
M chrome/browser/bitmap_fetcher/bitmap_fetcher_service_unittest.cc View 1 2 7 chunks +37 lines, -20 lines 0 comments Download
M chrome/browser/extensions/webstore_install_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +31 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_avatar_downloader.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +23 lines, -1 line 0 comments Download
M chrome/browser/ui/omnibox/chrome_omnibox_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +44 lines, -1 line 0 comments Download
M chrome/browser/ui/passwords/account_avatar_fetcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +36 lines, -2 lines 0 comments Download

Messages

Total messages: 66 (16 generated)
Ramin Halavati
We are annotating all network requests in Chromium with a new NetworkTrafficAnnotation scheme. This allows ...
3 years, 10 months ago (2017-02-09 13:14:32 UTC) #2
Ramin Halavati
On 2017/02/09 13:14:32, Ramin Halavati wrote: > We are annotating all network requests in Chromium ...
3 years, 10 months ago (2017-02-09 13:24:53 UTC) #3
Mike Lerman
https://codereview.chromium.org/2682263002/diff/20001/chrome/browser/profiles/profile_avatar_downloader.cc File chrome/browser/profiles/profile_avatar_downloader.cc (right): https://codereview.chromium.org/2682263002/diff/20001/chrome/browser/profiles/profile_avatar_downloader.cc#newcode34 chrome/browser/profiles/profile_avatar_downloader.cc:34: sender: "" SEMANTICS: sender: profiles description: The Google Chrome ...
3 years, 10 months ago (2017-02-09 13:40:16 UTC) #4
vasilii
https://codereview.chromium.org/2682263002/diff/20001/chrome/browser/ui/passwords/account_avatar_fetcher.cc File chrome/browser/ui/passwords/account_avatar_fetcher.cc (right): https://codereview.chromium.org/2682263002/diff/20001/chrome/browser/ui/passwords/account_avatar_fetcher.cc#newcode18 chrome/browser/ui/passwords/account_avatar_fetcher.cc:18: net::DefineNetworkTrafficAnnotation("", R"( "credenential avatar" https://codereview.chromium.org/2682263002/diff/20001/chrome/browser/ui/passwords/account_avatar_fetcher.cc#newcode20 chrome/browser/ui/passwords/account_avatar_fetcher.cc:20: sender: "" Chrome ...
3 years, 10 months ago (2017-02-09 13:47:46 UTC) #5
Ramin Halavati
All comments addressed, review please. https://codereview.chromium.org/2682263002/diff/20001/chrome/browser/profiles/profile_avatar_downloader.cc File chrome/browser/profiles/profile_avatar_downloader.cc (right): https://codereview.chromium.org/2682263002/diff/20001/chrome/browser/profiles/profile_avatar_downloader.cc#newcode34 chrome/browser/profiles/profile_avatar_downloader.cc:34: sender: "" On 2017/02/09 ...
3 years, 10 months ago (2017-02-09 14:22:52 UTC) #6
vasilii
https://codereview.chromium.org/2682263002/diff/20001/chrome/browser/ui/passwords/account_avatar_fetcher.cc File chrome/browser/ui/passwords/account_avatar_fetcher.cc (right): https://codereview.chromium.org/2682263002/diff/20001/chrome/browser/ui/passwords/account_avatar_fetcher.cc#newcode37 chrome/browser/ui/passwords/account_avatar_fetcher.cc:37: fetcher_.reset(new chrome::BitmapFetcher(url, this, traffic_annotation)); On 2017/02/09 14:22:51, Ramin Halavati ...
3 years, 10 months ago (2017-02-09 14:25:53 UTC) #7
Mike Lerman
profiles LGTM
3 years, 10 months ago (2017-02-09 15:56:43 UTC) #8
gone
those files lgtm
3 years, 10 months ago (2017-02-09 23:30:15 UTC) #9
battre
https://codereview.chromium.org/2682263002/diff/60001/chrome/browser/profiles/profile_avatar_downloader.cc File chrome/browser/profiles/profile_avatar_downloader.cc (right): https://codereview.chromium.org/2682263002/diff/60001/chrome/browser/profiles/profile_avatar_downloader.cc#newcode40 chrome/browser/profiles/profile_avatar_downloader.cc:40: "content servers, for use in the people manager UI." ...
3 years, 10 months ago (2017-02-10 08:52:34 UTC) #10
vasilii
https://codereview.chromium.org/2682263002/diff/60001/chrome/browser/ui/passwords/account_avatar_fetcher.cc File chrome/browser/ui/passwords/account_avatar_fetcher.cc (right): https://codereview.chromium.org/2682263002/diff/60001/chrome/browser/ui/passwords/account_avatar_fetcher.cc#newcode39 chrome/browser/ui/passwords/account_avatar_fetcher.cc:39: } On 2017/02/10 08:52:34, battre (OOO) wrote: > @vasilii: ...
3 years, 10 months ago (2017-02-10 09:38:01 UTC) #11
Ramin Halavati
vasilii@, battre@: Comments addressed, please review. https://codereview.chromium.org/2682263002/diff/20001/chrome/browser/ui/passwords/account_avatar_fetcher.cc File chrome/browser/ui/passwords/account_avatar_fetcher.cc (right): https://codereview.chromium.org/2682263002/diff/20001/chrome/browser/ui/passwords/account_avatar_fetcher.cc#newcode37 chrome/browser/ui/passwords/account_avatar_fetcher.cc:37: fetcher_.reset(new chrome::BitmapFetcher(url, this, ...
3 years, 10 months ago (2017-02-10 14:40:57 UTC) #12
vasilii
LGTM chrome/browser/ui/passwords/account_avatar_fetcher.cc https://codereview.chromium.org/2682263002/diff/60001/chrome/browser/ui/passwords/account_avatar_fetcher.cc File chrome/browser/ui/passwords/account_avatar_fetcher.cc (right): https://codereview.chromium.org/2682263002/diff/60001/chrome/browser/ui/passwords/account_avatar_fetcher.cc#newcode39 chrome/browser/ui/passwords/account_avatar_fetcher.cc:39: } On 2017/02/10 14:40:57, Ramin Halavati wrote: ...
3 years, 10 months ago (2017-02-10 16:29:39 UTC) #13
Devlin
https://codereview.chromium.org/2682263002/diff/100001/chrome/browser/extensions/webstore_install_helper.cc File chrome/browser/extensions/webstore_install_helper.cc (right): https://codereview.chromium.org/2682263002/diff/100001/chrome/browser/extensions/webstore_install_helper.cc#newcode60 chrome/browser/extensions/webstore_install_helper.cc:60: sender: "" Webstore Install Helper https://codereview.chromium.org/2682263002/diff/100001/chrome/browser/extensions/webstore_install_helper.cc#newcode61 chrome/browser/extensions/webstore_install_helper.cc:61: description: "" ...
3 years, 10 months ago (2017-02-13 23:35:57 UTC) #14
Peter Kasting
Switching reviewer from me to jdonnelly. Justin, the omnibox/autocomplete changes here are both about fetching ...
3 years, 10 months ago (2017-02-14 00:57:06 UTC) #17
Ramin Halavati
rdevlin.cronin@: All comments addressed. steel@: Could you please add comment on chrome/browser/extensions/webstore_install_helper.cc https://codereview.chromium.org/2682263002/diff/100001/chrome/browser/extensions/webstore_install_helper.cc File chrome/browser/extensions/webstore_install_helper.cc ...
3 years, 10 months ago (2017-02-14 10:05:54 UTC) #18
Justin Donnelly
https://codereview.chromium.org/2682263002/diff/140001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc (right): https://codereview.chromium.org/2682263002/diff/140001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc#newcode255 chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc:255: sender: "" As pkasting points out, these should be ...
3 years, 10 months ago (2017-02-14 17:01:05 UTC) #19
Justin Donnelly
On 2017/02/14 00:57:06, Peter Kasting wrote: > P.S. Seems weird that we prefetch images for ...
3 years, 10 months ago (2017-02-14 17:04:39 UTC) #20
Rahul Chaturvedi
Toni is more familiar with this code. Adding him.
3 years, 10 months ago (2017-02-14 20:11:54 UTC) #22
tbarzic
https://codereview.chromium.org/2682263002/diff/140001/chrome/browser/extensions/webstore_install_helper.cc File chrome/browser/extensions/webstore_install_helper.cc (right): https://codereview.chromium.org/2682263002/diff/140001/chrome/browser/extensions/webstore_install_helper.cc#newcode67 chrome/browser/extensions/webstore_install_helper.cc:67: "3-...Something with kiosk apps - maybe steel@ knows more ...
3 years, 10 months ago (2017-02-14 21:24:58 UTC) #23
Devlin
https://codereview.chromium.org/2682263002/diff/100001/chrome/browser/extensions/webstore_install_helper.cc File chrome/browser/extensions/webstore_install_helper.cc (right): https://codereview.chromium.org/2682263002/diff/100001/chrome/browser/extensions/webstore_install_helper.cc#newcode72 chrome/browser/extensions/webstore_install_helper.cc:72: policy_options {mode: MANDATORY/RECOMMENDED/UNSET} On 2017/02/14 10:05:54, Ramin Halavati wrote: ...
3 years, 10 months ago (2017-02-15 00:36:08 UTC) #24
Ramin Halavati
jdonnelly@, rdevlin.cronin@, tbrazic@: Comments addressed, please review. https://codereview.chromium.org/2682263002/diff/100001/chrome/browser/extensions/webstore_install_helper.cc File chrome/browser/extensions/webstore_install_helper.cc (right): https://codereview.chromium.org/2682263002/diff/100001/chrome/browser/extensions/webstore_install_helper.cc#newcode72 chrome/browser/extensions/webstore_install_helper.cc:72: policy_options {mode: ...
3 years, 10 months ago (2017-02-15 11:52:03 UTC) #25
Justin Donnelly
https://codereview.chromium.org/2682263002/diff/140001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc (right): https://codereview.chromium.org/2682263002/diff/140001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc#newcode255 chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc:255: sender: "" On 2017/02/15 11:52:02, Ramin Halavati wrote: > ...
3 years, 10 months ago (2017-02-15 21:39:44 UTC) #26
Peter Kasting
https://codereview.chromium.org/2682263002/diff/140001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc (right): https://codereview.chromium.org/2682263002/diff/140001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc#newcode255 chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc:255: sender: "" On 2017/02/15 21:39:44, Justin Donnelly wrote: > ...
3 years, 10 months ago (2017-02-16 00:05:21 UTC) #28
Ramin Halavati
pkasting@, jdonnelli@: Comments addressed, review please. https://codereview.chromium.org/2682263002/diff/140001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc (right): https://codereview.chromium.org/2682263002/diff/140001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc#newcode255 chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc:255: sender: "" On ...
3 years, 10 months ago (2017-02-16 07:03:30 UTC) #29
Peter Kasting
On 2017/02/16 07:03:30, Ramin Halavati wrote: > pkasting@, jdonnelli@: > Comments addressed, review please. (I'm ...
3 years, 10 months ago (2017-02-16 07:20:09 UTC) #31
Justin Donnelly
lgtm https://codereview.chromium.org/2682263002/diff/180001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc (right): https://codereview.chromium.org/2682263002/diff/180001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc#newcode253 chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc:253: // TODO(jdonnelly@, rhalavati@): Create a helper function with ...
3 years, 10 months ago (2017-02-16 14:53:18 UTC) #32
Justin Donnelly
On 2017/02/16 07:20:09, Peter Kasting wrote: > (I'm not reviewing, don't wait for me) He'll ...
3 years, 10 months ago (2017-02-16 14:53:57 UTC) #33
Devlin
extensions lgtm https://codereview.chromium.org/2682263002/diff/180001/chrome/browser/extensions/webstore_install_helper.cc File chrome/browser/extensions/webstore_install_helper.cc (right): https://codereview.chromium.org/2682263002/diff/180001/chrome/browser/extensions/webstore_install_helper.cc#newcode82 chrome/browser/extensions/webstore_install_helper.cc:82: "Not implemented, considered not useful." or similar ...
3 years, 10 months ago (2017-02-16 18:00:50 UTC) #34
Ramin Halavati
All comments addressed. pkasting@: OWNERS approval please. https://codereview.chromium.org/2682263002/diff/180001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc (right): https://codereview.chromium.org/2682263002/diff/180001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc#newcode253 chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc:253: // TODO(jdonnelly@, ...
3 years, 10 months ago (2017-02-17 06:30:12 UTC) #36
Peter Kasting
LGTM for owners. My comments below apply to both files. Most is wordsmithing. You might ...
3 years, 10 months ago (2017-02-17 07:11:48 UTC) #37
Ramin Halavati
All comments addressed, landing. https://codereview.chromium.org/2682263002/diff/200001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc (right): https://codereview.chromium.org/2682263002/diff/200001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc#newcode255 chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc:255: // the one in "c/b/ui/omnibox/chrome_omnibox_client.cc". ...
3 years, 10 months ago (2017-02-17 08:09:22 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2682263002/220001
3 years, 10 months ago (2017-02-17 08:09:52 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/213238)
3 years, 10 months ago (2017-02-17 08:37:12 UTC) #43
Ramin Halavati
dtrainor@: We are annotating network requests in Chrome for desktop version and a file is ...
3 years, 10 months ago (2017-02-17 10:45:37 UTC) #44
Justin Donnelly
https://codereview.chromium.org/2682263002/diff/200001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc (right): https://codereview.chromium.org/2682263002/diff/200001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc#newcode271 chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc:271: "included, although the general weather condition (sunny, " On ...
3 years, 10 months ago (2017-02-21 16:10:03 UTC) #45
Justin Donnelly
On 2017/02/21 16:10:03, Justin Donnelly wrote: > Sorry, I missed this discussion earlier. Peter: to ...
3 years, 10 months ago (2017-02-21 16:11:17 UTC) #46
Ramin Halavati
dtrainor@: We are annotating network requests in Chrome for desktop version and a file is ...
3 years, 10 months ago (2017-02-22 06:33:01 UTC) #48
Peter Kasting
https://codereview.chromium.org/2682263002/diff/260001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc (right): https://codereview.chromium.org/2682263002/diff/260001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc#newcode260 chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc:260: sender: "Omnibox Suggest Prefetch" I wonder if this is ...
3 years, 10 months ago (2017-02-24 02:38:22 UTC) #49
Peter Kasting
https://codereview.chromium.org/2682263002/diff/260001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc (right): https://codereview.chromium.org/2682263002/diff/260001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc#newcode262 chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc:262: "Google Chrome provides answers in the suggestion list for ...
3 years, 10 months ago (2017-02-24 02:41:18 UTC) #50
Ramin Halavati
https://codereview.chromium.org/2682263002/diff/260001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc (right): https://codereview.chromium.org/2682263002/diff/260001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc#newcode260 chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc:260: sender: "Omnibox Suggest Prefetch" On 2017/02/24 02:38:22, Peter Kasting ...
3 years, 10 months ago (2017-02-24 07:44:02 UTC) #52
battre
https://codereview.chromium.org/2682263002/diff/260001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc (right): https://codereview.chromium.org/2682263002/diff/260001/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc#newcode260 chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc:260: sender: "Omnibox Suggest Prefetch" On 2017/02/24 07:44:01, Ramin Halavati ...
3 years, 10 months ago (2017-02-24 07:54:23 UTC) #53
Ramin Halavati
battre@, pkasting@: Comments addressed. Please review. battre@: What is your idea on Peter's Google Chrome ...
3 years, 10 months ago (2017-02-24 08:05:51 UTC) #54
battre
On 2017/02/24 08:05:51, Ramin Halavati wrote: > battre@, pkasting@: > Comments addressed. Please review. > ...
3 years, 10 months ago (2017-02-24 08:09:12 UTC) #55
battre
https://codereview.chromium.org/2682263002/diff/280001/chrome/browser/ui/omnibox/chrome_omnibox_client.cc File chrome/browser/ui/omnibox/chrome_omnibox_client.cc (right): https://codereview.chromium.org/2682263002/diff/280001/chrome/browser/ui/omnibox/chrome_omnibox_client.cc#newcode301 chrome/browser/ui/omnibox/chrome_omnibox_client.cc:301: sender: "Omnibox Suggest" On 2017/02/24 08:05:51, Ramin Halavati wrote: ...
3 years, 10 months ago (2017-02-24 08:09:21 UTC) #56
Ramin Halavati
battre@, pkasting@, Comments addressed, please review. https://codereview.chromium.org/2682263002/diff/280001/chrome/browser/ui/omnibox/chrome_omnibox_client.cc File chrome/browser/ui/omnibox/chrome_omnibox_client.cc (right): https://codereview.chromium.org/2682263002/diff/280001/chrome/browser/ui/omnibox/chrome_omnibox_client.cc#newcode301 chrome/browser/ui/omnibox/chrome_omnibox_client.cc:301: sender: "Omnibox Suggest" ...
3 years, 10 months ago (2017-02-24 08:22:56 UTC) #57
Peter Kasting
LGTM. I prefer "Chromium" to "Google Chrome". I still think it's even clearer to reword ...
3 years, 10 months ago (2017-02-24 09:02:11 UTC) #58
Ramin Halavati
pkasting@: Comment addressed. 'Google Chrome' and 'Chrome' were changed to 'Chromium' in this CL's annotations ...
3 years, 10 months ago (2017-02-24 09:40:07 UTC) #59
David Trainor- moved to gerrit
chrome/browser/android/* lgtm sorry for the delays
3 years, 10 months ago (2017-02-24 10:11:59 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2682263002/320001
3 years, 10 months ago (2017-02-24 10:17:26 UTC) #63
commit-bot: I haz the power
3 years, 10 months ago (2017-02-24 10:57:45 UTC) #66
Message was sent while issue was closed.
Committed patchset #17 (id:320001) as
https://chromium.googlesource.com/chromium/src/+/e9cefd65b1f3a9f4648852cb2593...

Powered by Google App Engine
This is Rietveld 408576698