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

Issue 1567983003: call static SequencedWorkerPool::GetSequenceToken() method directly (Closed)

Created:
4 years, 11 months ago by Mostyn Bramley-Moore
Modified:
4 years, 11 months ago
CC:
cbentzel+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, jam, jkarlin+watch_chromium.org, kalyank, nhiroki, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

call static SequencedWorkerPool::GetSequenceToken() method directly Followup to https://codereview.chromium.org/1414793009/ in order to avoid a GCC unused result warning. SequencedWorkerPool::GetSequenceToken() is now a static method, GCC emits a warning for BrowserThread::GetBlockingPool()->GetSequenceToken() since the return value of BrowserThread::GetBlockingPool() is not used. We should just all the static method directly. Committed: https://crrev.com/c965fd6ce9d24bf6ed897266c771cc9c6f20c1ef Cr-Commit-Position: refs/heads/master@{#368326}

Patch Set 1 #

Patch Set 2 : drop WARN_UNUSED_RESULT from GetBlockingPool() #

Patch Set 3 : drop WARN_UNUSED_RESULT change and call static method directly #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M components/crash/content/browser/crash_handler_host_linux.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/cache_storage/cache_storage_context_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/net/quota_policy_cookie_store.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/plugin_service_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (14 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1567983003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1567983003/1
4 years, 11 months ago (2016-01-07 19:07:51 UTC) #2
Mostyn Bramley-Moore
Bernhard, danakj, gab: please take a look at this followup to https://codereview.chromium.org/1414793009/ @Jochen: PTAL, since ...
4 years, 11 months ago (2016-01-07 19:12:08 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/151281)
4 years, 11 months ago (2016-01-07 19:44:32 UTC) #7
Mostyn Bramley-Moore
Argh, patchset 1 hits an overenthusiastic windows toolchain warning in plugin_service_impl.cc (visual studio doesn't count ...
4 years, 11 months ago (2016-01-07 19:57:24 UTC) #9
Bernhard Bauer
Thanks for looking into this so quick! On 2016/01/07 19:57:24, Mostyn Bramley-Moore wrote: > Argh, ...
4 years, 11 months ago (2016-01-07 20:06:55 UTC) #11
Bernhard Bauer
On 2016/01/07 20:06:55, Bernhard Bauer wrote: > Thanks for looking into this so quick! > ...
4 years, 11 months ago (2016-01-07 20:09:06 UTC) #12
Mostyn Bramley-Moore
> > I was a bit confused at first, because I didn't actually touch > ...
4 years, 11 months ago (2016-01-07 20:16:31 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1567983003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1567983003/40001
4 years, 11 months ago (2016-01-07 20:16:31 UTC) #15
Bernhard Bauer
LGTM, thank you!
4 years, 11 months ago (2016-01-07 20:19:16 UTC) #16
Bernhard Bauer
(But please update the description before landing.)
4 years, 11 months ago (2016-01-07 20:19:42 UTC) #17
Mostyn Bramley-Moore
Done. Just waiting for a rubber-stamp from Jochen now.
4 years, 11 months ago (2016-01-07 20:26:51 UTC) #21
Lei Zhang
lgtm
4 years, 11 months ago (2016-01-07 21:32:27 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-07 22:35:55 UTC) #24
jochen (gone - plz use gerrit)
lgtm
4 years, 11 months ago (2016-01-08 14:11:53 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1567983003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1567983003/40001
4 years, 11 months ago (2016-01-08 14:15:08 UTC) #27
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-08 14:22:15 UTC) #29
commit-bot: I haz the power
4 years, 11 months ago (2016-01-08 14:23:25 UTC) #31
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c965fd6ce9d24bf6ed897266c771cc9c6f20c1ef
Cr-Commit-Position: refs/heads/master@{#368326}

Powered by Google App Engine
This is Rietveld 408576698