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

Issue 2104143002: Refactoring client/version to util (Closed)

Created:
4 years, 5 months ago by RyanSturm
Modified:
4 years, 5 months ago
Reviewers:
tbansal1
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactoring client/version to util BUG=622374 Committed: https://crrev.com/5bba9e15186207d6e88aa1c43ee17230a6578c25 Cr-Commit-Position: refs/heads/master@{#403201}

Patch Set 1 #

Total comments: 3

Patch Set 2 : moving function comments to header. #

Total comments: 2

Patch Set 3 : moving away from macro definition #

Total comments: 4

Patch Set 4 : nits #

Messages

Total messages: 19 (5 generated)
RyanSturm
tbansal: PTAL
4 years, 5 months ago (2016-06-28 22:08:35 UTC) #1
RyanSturm
https://codereview.chromium.org/2104143002/diff/1/components/data_reduction_proxy/core/common/data_reduction_proxy_util.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_util.cc (right): https://codereview.chromium.org/2104143002/diff/1/components/data_reduction_proxy/core/common/data_reduction_proxy_util.cc#newcode31 components/data_reduction_proxy/core/common/data_reduction_proxy_util.cc:31: // Returns the version of Chromium that is being ...
4 years, 5 months ago (2016-06-28 22:38:24 UTC) #2
RyanSturm
On 2016/06/28 22:38:24, RyanSturm wrote: > https://codereview.chromium.org/2104143002/diff/1/components/data_reduction_proxy/core/common/data_reduction_proxy_util.cc > File components/data_reduction_proxy/core/common/data_reduction_proxy_util.cc > (right): > > https://codereview.chromium.org/2104143002/diff/1/components/data_reduction_proxy/core/common/data_reduction_proxy_util.cc#newcode31 ...
4 years, 5 months ago (2016-06-28 22:53:30 UTC) #3
RyanSturm
tbansal: PTAL
4 years, 5 months ago (2016-06-29 17:55:11 UTC) #5
tbansal1
https://codereview.chromium.org/2104143002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h File components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h (right): https://codereview.chromium.org/2104143002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h#newcode23 components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h:23: #include "components/data_reduction_proxy/core/common/data_reduction_proxy_util.h" why is this included here?
4 years, 5 months ago (2016-06-29 17:57:53 UTC) #6
RyanSturm
On 2016/06/29 17:57:53, tbansal1 wrote: > https://codereview.chromium.org/2104143002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h > File components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h > (right): > > https://codereview.chromium.org/2104143002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h#newcode23 ...
4 years, 5 months ago (2016-06-29 17:58:48 UTC) #7
RyanSturm
https://codereview.chromium.org/2104143002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h File components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h (right): https://codereview.chromium.org/2104143002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h#newcode23 components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h:23: #include "components/data_reduction_proxy/core/common/data_reduction_proxy_util.h" On 2016/06/29 17:57:53, tbansal1 wrote: > why ...
4 years, 5 months ago (2016-06-29 19:01:40 UTC) #8
tbansal1
https://codereview.chromium.org/2104143002/diff/40001/components/data_reduction_proxy/core/common/data_reduction_proxy_util.h File components/data_reduction_proxy/core/common/data_reduction_proxy_util.h (right): https://codereview.chromium.org/2104143002/diff/40001/components/data_reduction_proxy/core/common/data_reduction_proxy_util.h#newcode28 components/data_reduction_proxy/core/common/data_reduction_proxy_util.h:28: typedef enum { can this be changed to enum ...
4 years, 5 months ago (2016-06-29 23:21:49 UTC) #9
RyanSturm
https://codereview.chromium.org/2104143002/diff/40001/components/data_reduction_proxy/core/common/data_reduction_proxy_util.h File components/data_reduction_proxy/core/common/data_reduction_proxy_util.h (right): https://codereview.chromium.org/2104143002/diff/40001/components/data_reduction_proxy/core/common/data_reduction_proxy_util.h#newcode28 components/data_reduction_proxy/core/common/data_reduction_proxy_util.h:28: typedef enum { On 2016/06/29 23:21:49, tbansal1 wrote: > ...
4 years, 5 months ago (2016-06-29 23:37:12 UTC) #10
tbansal1
Thanks. This is much cleaner, and easier to understand. lgtm % 2 nits: 1. Add ...
4 years, 5 months ago (2016-06-29 23:45:37 UTC) #11
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/2104143002/60001
4 years, 5 months ago (2016-06-30 17:03:08 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-06-30 17:07:53 UTC) #16
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-30 17:07:55 UTC) #17
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 17:09:51 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/5bba9e15186207d6e88aa1c43ee17230a6578c25
Cr-Commit-Position: refs/heads/master@{#403201}

Powered by Google App Engine
This is Rietveld 408576698