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

Issue 2494193002: Register Physical Web preference in Chrome's local state (Closed)

Created:
4 years, 1 month ago by mattreynolds
Modified:
4 years ago
CC:
chromium-reviews, mac-reviews_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Register Physical Web preference in Chrome's local state This change adds a new local state preference for the Physical Web. The new preference is intended to replace the existing browser state preference, which will be removed in a future CL. BUG=630769 Committed: https://crrev.com/90ef657480c7abc793b2358ddb564af90a35f763 Cr-Commit-Position: refs/heads/master@{#436441}

Patch Set 1 #

Total comments: 2

Patch Set 2 : free function #

Total comments: 4

Patch Set 3 : switch to pure C++ #

Total comments: 2

Patch Set 4 : move to physical_web_prefs_registration #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M ios/chrome/browser/physical_web/physical_web_prefs_registration.h View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M ios/chrome/browser/physical_web/physical_web_prefs_registration.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M ios/chrome/browser/prefs/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/prefs/browser_prefs.mm View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
mattreynolds
Hi Sylvain, PTAL
4 years, 1 month ago (2016-11-11 19:51:27 UTC) #3
sdefresne
https://codereview.chromium.org/2494193002/diff/1/ios/chrome/browser/physical_web/physical_web_local_state.h File ios/chrome/browser/physical_web/physical_web_local_state.h (right): https://codereview.chromium.org/2494193002/diff/1/ios/chrome/browser/physical_web/physical_web_local_state.h#newcode17 ios/chrome/browser/physical_web/physical_web_local_state.h:17: + (void)registerLocalState:(PrefRegistrySimple*)registry; Can you change this to a free ...
4 years, 1 month ago (2016-11-14 16:13:35 UTC) #5
mattreynolds
https://codereview.chromium.org/2494193002/diff/1/ios/chrome/browser/physical_web/physical_web_local_state.h File ios/chrome/browser/physical_web/physical_web_local_state.h (right): https://codereview.chromium.org/2494193002/diff/1/ios/chrome/browser/physical_web/physical_web_local_state.h#newcode17 ios/chrome/browser/physical_web/physical_web_local_state.h:17: + (void)registerLocalState:(PrefRegistrySimple*)registry; On 2016/11/14 16:13:34, sdefresne wrote: > Can ...
4 years, 1 month ago (2016-11-14 22:02:52 UTC) #6
sdefresne
lgtm once comments have been adressed https://codereview.chromium.org/2494193002/diff/20001/ios/chrome/browser/physical_web/physical_web_local_state.h File ios/chrome/browser/physical_web/physical_web_local_state.h (right): https://codereview.chromium.org/2494193002/diff/20001/ios/chrome/browser/physical_web/physical_web_local_state.h#newcode8 ios/chrome/browser/physical_web/physical_web_local_state.h:8: #import <Foundation/Foundation.h> Remove. ...
4 years, 1 month ago (2016-11-16 18:00:09 UTC) #7
mattreynolds
Thanks Sylvain! https://codereview.chromium.org/2494193002/diff/20001/ios/chrome/browser/physical_web/physical_web_local_state.h File ios/chrome/browser/physical_web/physical_web_local_state.h (right): https://codereview.chromium.org/2494193002/diff/20001/ios/chrome/browser/physical_web/physical_web_local_state.h#newcode8 ios/chrome/browser/physical_web/physical_web_local_state.h:8: #import <Foundation/Foundation.h> On 2016/11/16 18:00:09, sdefresne wrote: ...
4 years, 1 month ago (2016-11-16 18:41:57 UTC) #8
rohitrao (ping after 24h)
https://codereview.chromium.org/2494193002/diff/40001/ios/chrome/browser/physical_web/physical_web_local_state.h File ios/chrome/browser/physical_web/physical_web_local_state.h (right): https://codereview.chromium.org/2494193002/diff/40001/ios/chrome/browser/physical_web/physical_web_local_state.h#newcode13 ios/chrome/browser/physical_web/physical_web_local_state.h:13: void RegisterPrefs(PrefRegistrySimple* registry); I just CQed a change that ...
4 years, 1 month ago (2016-11-16 21:29:54 UTC) #10
sdefresne
On 2016/11/16 21:29:54, rohitrao wrote: > https://codereview.chromium.org/2494193002/diff/40001/ios/chrome/browser/physical_web/physical_web_local_state.h > File ios/chrome/browser/physical_web/physical_web_local_state.h (right): > > https://codereview.chromium.org/2494193002/diff/40001/ios/chrome/browser/physical_web/physical_web_local_state.h#newcode13 > ...
4 years, 1 month ago (2016-11-17 09:50:14 UTC) #11
mattreynolds
https://codereview.chromium.org/2494193002/diff/40001/ios/chrome/browser/physical_web/physical_web_local_state.h File ios/chrome/browser/physical_web/physical_web_local_state.h (right): https://codereview.chromium.org/2494193002/diff/40001/ios/chrome/browser/physical_web/physical_web_local_state.h#newcode13 ios/chrome/browser/physical_web/physical_web_local_state.h:13: void RegisterPrefs(PrefRegistrySimple* registry); On 2016/11/16 21:29:53, rohitrao wrote: > ...
4 years ago (2016-11-28 20:18:54 UTC) #12
rohitrao (ping after 24h)
lgtm
4 years ago (2016-12-01 20:27:50 UTC) #13
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/2494193002/60001
4 years ago (2016-12-05 21:40:37 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-05 23:07:52 UTC) #19
commit-bot: I haz the power
4 years ago (2016-12-05 23:10:25 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/90ef657480c7abc793b2358ddb564af90a35f763
Cr-Commit-Position: refs/heads/master@{#436441}

Powered by Google App Engine
This is Rietveld 408576698