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

Issue 1966133002: Run RemoveArcData after a user has opted out (Closed)

Created:
4 years, 7 months ago by dspaid
Modified:
4 years, 6 months ago
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, yusukes+watch_chromium.org, hashimoto+watch_chromium.org, dzhioev+watch_chromium.org, achuith+watch_chromium.org, lhchavez+watch_chromium.org, oshima+watch_chromium.org, hidehiko+watch_chomium.org, davemoore+watch_chromium.org, use bartfab instead
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Run RemoveArcData after a user has opted out BUG=26784296 TEST=Manual testingin conjunction with chromeos side changes. Committed: https://crrev.com/102f85d50db963e44004c991133c7c5e78844e7f Cr-Commit-Position: refs/heads/master@{#399798}

Patch Set 1 #

Patch Set 2 : Fix style issues #

Patch Set 3 : #

Patch Set 4 : added comment #

Total comments: 22

Patch Set 5 : #

Total comments: 11

Patch Set 6 : addressed comments #

Patch Set 7 : Fixed DEPS #

Total comments: 10

Patch Set 8 : Addressed comments #

Total comments: 9

Patch Set 9 : Refactor use of kArcEnabled pref into PrefMember #

Patch Set 10 : clean up boolean logic #

Total comments: 58

Patch Set 11 : Addressed comments #

Total comments: 8

Patch Set 12 : Add OnPrimaryUserProfilePrepared wrapper around ClearIfDisabled #

Patch Set 13 : Add TODO to rename OnStateChanged #

Total comments: 4

Patch Set 14 : Remove unnecessary braces #

Patch Set 15 : Fix broken tests #

Patch Set 16 : More test fixes #

Patch Set 17 : Test fixes #

Patch Set 18 : Unregister observer on shutdown #

Total comments: 1

Patch Set 19 : Removed unneeded import #

Patch Set 20 : Add cryptohome ID to dbus call #

Total comments: 13

Patch Set 21 : Addressed comments #

Total comments: 6

Patch Set 22 : Addressed comments #

Total comments: 9

Patch Set 23 : Adressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -5 lines) Patch
M chrome/browser/chromeos/arc/arc_auth_service_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -1 line 0 comments Download
M chrome/browser/chromeos/settings/device_settings_test_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/settings/device_settings_test_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +3 lines, -0 lines 0 comments Download
M chromeos/dbus/fake_session_manager_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/dbus/fake_session_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +3 lines, -0 lines 0 comments Download
M chromeos/dbus/mock_session_manager_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/dbus/session_manager_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +5 lines, -0 lines 0 comments Download
M chromeos/dbus/session_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +15 lines, -0 lines 0 comments Download
M components/arc.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -0 lines 0 comments Download
M components/arc/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -0 lines 0 comments Download
M components/arc/arc_bridge_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -0 lines 0 comments Download
M components/arc/arc_bridge_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -0 lines 0 comments Download
M components/arc/arc_service_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +4 lines, -1 line 0 comments Download
M components/arc/arc_service_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +7 lines, -1 line 0 comments Download
A components/arc/user_data/arc_user_data_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +52 lines, -0 lines 0 comments Download
A components/arc/user_data/arc_user_data_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +60 lines, -0 lines 0 comments Download

Messages

Total messages: 70 (12 generated)
dspaid
derat: This is chrome side change for the cros change you commented on uekawa: FYI
4 years, 7 months ago (2016-05-12 05:41:21 UTC) #2
Junichi Uekawa
On 2016/05/12 05:41:21, dspaid wrote: > derat: This is chrome side change for the cros ...
4 years, 7 months ago (2016-05-12 08:43:45 UTC) #3
Junichi Uekawa
https://codereview.chromium.org/1966133002/diff/60001/chrome/browser/chromeos/chrome_browser_main_chromeos.h File chrome/browser/chromeos/chrome_browser_main_chromeos.h (right): https://codereview.chromium.org/1966133002/diff/60001/chrome/browser/chromeos/chrome_browser_main_chromeos.h#newcode22 chrome/browser/chromeos/chrome_browser_main_chromeos.h:22: class ArcDataManager; sort? https://codereview.chromium.org/1966133002/diff/60001/chrome/browser/chromeos/chrome_browser_main_chromeos.h#newcode88 chrome/browser/chromeos/chrome_browser_main_chromeos.h:88: std::unique_ptr<arc::ArcDataManager> arc_data_manager_; naive question: ...
4 years, 7 months ago (2016-05-12 08:44:15 UTC) #4
Daniel Erat
https://codereview.chromium.org/1966133002/diff/60001/chrome/browser/chromeos/arc/arc_data_manager.cc File chrome/browser/chromeos/arc/arc_data_manager.cc (right): https://codereview.chromium.org/1966133002/diff/60001/chrome/browser/chromeos/arc/arc_data_manager.cc#newcode26 chrome/browser/chromeos/arc/arc_data_manager.cc:26: DCHECK(thread_checker_.CalledOnValidThread()); ThreadChecker appears to initially determine the "valid" thread ...
4 years, 7 months ago (2016-05-12 16:33:35 UTC) #5
dspaid
https://codereview.chromium.org/1966133002/diff/60001/chrome/browser/chromeos/arc/arc_data_manager.cc File chrome/browser/chromeos/arc/arc_data_manager.cc (right): https://codereview.chromium.org/1966133002/diff/60001/chrome/browser/chromeos/arc/arc_data_manager.cc#newcode26 chrome/browser/chromeos/arc/arc_data_manager.cc:26: DCHECK(thread_checker_.CalledOnValidThread()); On 2016/05/12 16:33:34, Daniel Erat wrote: > ThreadChecker ...
4 years, 7 months ago (2016-05-13 01:19:25 UTC) #6
Daniel Erat
+steven in case he has advice about the static Get() method
4 years, 7 months ago (2016-05-13 03:40:27 UTC) #8
stevenjb
m https://codereview.chromium.org/1966133002/diff/60001/chrome/browser/chromeos/arc/arc_data_manager.h File chrome/browser/chromeos/arc/arc_data_manager.h (right): https://codereview.chromium.org/1966133002/diff/60001/chrome/browser/chromeos/arc/arc_data_manager.h#newcode25 chrome/browser/chromeos/arc/arc_data_manager.h:25: static ArcDataManager* Get(); On 2016/05/13 01:19:24, dspaid wrote: ...
4 years, 7 months ago (2016-05-13 17:13:55 UTC) #9
dspaid
https://codereview.chromium.org/1966133002/diff/80001/chrome/browser/chromeos/arc/arc_data_manager.cc File chrome/browser/chromeos/arc/arc_data_manager.cc (right): https://codereview.chromium.org/1966133002/diff/80001/chrome/browser/chromeos/arc/arc_data_manager.cc#newcode50 chrome/browser/chromeos/arc/arc_data_manager.cc:50: user_manager::UserManager::Get()->GetPrimaryUser(); On 2016/05/13 17:13:55, stevenjb wrote: > nit: The ...
4 years, 7 months ago (2016-05-15 23:58:51 UTC) #10
stevenjb
https://codereview.chromium.org/1966133002/diff/80001/chrome/browser/chromeos/chrome_browser_main_chromeos.h File chrome/browser/chromeos/chrome_browser_main_chromeos.h (right): https://codereview.chromium.org/1966133002/diff/80001/chrome/browser/chromeos/chrome_browser_main_chromeos.h#newcode88 chrome/browser/chromeos/chrome_browser_main_chromeos.h:88: std::unique_ptr<arc::ArcDataManager> arc_data_manager_; On 2016/05/15 23:58:51, dspaid wrote: > On ...
4 years, 7 months ago (2016-05-16 15:56:06 UTC) #11
dspaid
On 2016/05/16 15:56:06, stevenjb wrote: > https://codereview.chromium.org/1966133002/diff/80001/chrome/browser/chromeos/chrome_browser_main_chromeos.h > File chrome/browser/chromeos/chrome_browser_main_chromeos.h (right): > > https://codereview.chromium.org/1966133002/diff/80001/chrome/browser/chromeos/chrome_browser_main_chromeos.h#newcode88 > ...
4 years, 7 months ago (2016-05-17 01:55:40 UTC) #12
dspaid
https://codereview.chromium.org/1966133002/diff/60001/chrome/browser/chromeos/arc/arc_data_manager.h File chrome/browser/chromeos/arc/arc_data_manager.h (right): https://codereview.chromium.org/1966133002/diff/60001/chrome/browser/chromeos/arc/arc_data_manager.h#newcode25 chrome/browser/chromeos/arc/arc_data_manager.h:25: static ArcDataManager* Get(); On 2016/05/13 17:13:54, stevenjb wrote: > ...
4 years, 7 months ago (2016-05-17 01:56:14 UTC) #13
Luis Héctor Chávez
drive-by https://codereview.chromium.org/1966133002/diff/120001/chrome/browser/chromeos/login/session/user_session_manager.cc File chrome/browser/chromeos/login/session/user_session_manager.cc (right): https://codereview.chromium.org/1966133002/diff/120001/chrome/browser/chromeos/login/session/user_session_manager.cc#newcode1163 chrome/browser/chromeos/login/session/user_session_manager.cc:1163: arc::ArcServiceManager::Get()->OnPrimaryUserProfilePrepared(account_id); more or less in the same spirit ...
4 years, 7 months ago (2016-05-17 16:11:55 UTC) #15
dspaid
https://codereview.chromium.org/1966133002/diff/120001/chrome/browser/chromeos/login/session/user_session_manager.cc File chrome/browser/chromeos/login/session/user_session_manager.cc (right): https://codereview.chromium.org/1966133002/diff/120001/chrome/browser/chromeos/login/session/user_session_manager.cc#newcode1163 chrome/browser/chromeos/login/session/user_session_manager.cc:1163: arc::ArcServiceManager::Get()->OnPrimaryUserProfilePrepared(account_id); On 2016/05/17 16:11:55, Luis Héctor Chávez wrote: > ...
4 years, 7 months ago (2016-05-18 00:11:24 UTC) #16
Daniel Erat
https://codereview.chromium.org/1966133002/diff/140001/components/arc.gypi File components/arc.gypi (right): https://codereview.chromium.org/1966133002/diff/140001/components/arc.gypi#newcode77 components/arc.gypi:77: 'arc/userdata/arc_user_data_service.cc', it feels weird to have an underscore between ...
4 years, 7 months ago (2016-05-18 00:31:26 UTC) #17
dspaid
https://codereview.chromium.org/1966133002/diff/140001/components/arc/DEPS File components/arc/DEPS (right): https://codereview.chromium.org/1966133002/diff/140001/components/arc/DEPS#newcode2 components/arc/DEPS:2: "+chrome/common", On 2016/05/18 00:31:26, Daniel Erat wrote: > i'm ...
4 years, 7 months ago (2016-05-18 00:41:43 UTC) #18
Daniel Erat
https://codereview.chromium.org/1966133002/diff/140001/components/arc/DEPS File components/arc/DEPS (right): https://codereview.chromium.org/1966133002/diff/140001/components/arc/DEPS#newcode2 components/arc/DEPS:2: "+chrome/common", On 2016/05/18 00:41:43, dspaid wrote: > On 2016/05/18 ...
4 years, 7 months ago (2016-05-18 00:58:27 UTC) #19
dspaid
On 2016/05/18 00:58:27, Daniel Erat wrote: > https://codereview.chromium.org/1966133002/diff/140001/components/arc/DEPS > File components/arc/DEPS (right): > > https://codereview.chromium.org/1966133002/diff/140001/components/arc/DEPS#newcode2 ...
4 years, 7 months ago (2016-05-18 01:07:23 UTC) #20
Luis Héctor Chávez
https://codereview.chromium.org/1966133002/diff/140001/components/arc/DEPS File components/arc/DEPS (right): https://codereview.chromium.org/1966133002/diff/140001/components/arc/DEPS#newcode2 components/arc/DEPS:2: "+chrome/common", On 2016/05/18 00:58:27, Daniel Erat wrote: > On ...
4 years, 7 months ago (2016-05-19 16:10:28 UTC) #21
Daniel Erat
i would try really hard to inject the dependency. it's hopefully straightforward to either notify ...
4 years, 7 months ago (2016-05-19 16:20:07 UTC) #22
dspaid
Refactored and removed dependency on chrome/common. https://codereview.chromium.org/1966133002/diff/140001/components/arc.gypi File components/arc.gypi (right): https://codereview.chromium.org/1966133002/diff/140001/components/arc.gypi#newcode77 components/arc.gypi:77: 'arc/userdata/arc_user_data_service.cc', On 2016/05/18 ...
4 years, 7 months ago (2016-05-20 07:27:07 UTC) #23
Luis Héctor Chávez
https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_service_manager.cc File components/arc/arc_service_manager.cc (right): https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_service_manager.cc#newcode67 components/arc/arc_service_manager.cc:67: arc_user_data_service_.reset(new ArcUserDataService(this)); nit: arc_user_data_service_ = base::MakeUnique<ArcUserDataService>(this); https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_service_manager.cc#newcode103 components/arc/arc_service_manager.cc:103: if ...
4 years, 7 months ago (2016-05-20 15:03:59 UTC) #24
Daniel Erat
https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h File components/arc/arc_bridge_service.h (right): https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h#newcode71 components/arc/arc_bridge_service.h:71: virtual void OnBridgeReady() {} adding these seems strange. why ...
4 years, 7 months ago (2016-05-20 17:41:06 UTC) #25
dspaid
https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h File components/arc/arc_bridge_service.h (right): https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h#newcode71 components/arc/arc_bridge_service.h:71: virtual void OnBridgeReady() {} On 2016/05/20 17:41:05, Daniel Erat ...
4 years, 7 months ago (2016-05-23 01:22:37 UTC) #26
Daniel Erat
https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h File components/arc/arc_bridge_service.h (right): https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h#newcode71 components/arc/arc_bridge_service.h:71: virtual void OnBridgeReady() {} On 2016/05/23 01:22:36, dspaid wrote: ...
4 years, 7 months ago (2016-05-24 14:51:22 UTC) #27
Daniel Erat
https://codereview.chromium.org/1966133002/diff/200001/components/arc/arc_service_manager.h File components/arc/arc_service_manager.h (right): https://codereview.chromium.org/1966133002/diff/200001/components/arc/arc_service_manager.h#newcode49 components/arc/arc_service_manager.h:49: // Has the user enabled arc in their preferences? ...
4 years, 7 months ago (2016-05-24 16:00:01 UTC) #28
Luis Héctor Chávez
https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h File components/arc/arc_bridge_service.h (right): https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h#newcode71 components/arc/arc_bridge_service.h:71: virtual void OnBridgeReady() {} On 2016/05/24 14:51:22, Daniel Erat ...
4 years, 7 months ago (2016-05-24 16:18:28 UTC) #29
dspaid
https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h File components/arc/arc_bridge_service.h (right): https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h#newcode71 components/arc/arc_bridge_service.h:71: virtual void OnBridgeReady() {} On 2016/05/24 16:18:28, Luis Héctor ...
4 years, 7 months ago (2016-05-25 00:06:48 UTC) #30
Luis Héctor Chávez
https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h File components/arc/arc_bridge_service.h (right): https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h#newcode71 components/arc/arc_bridge_service.h:71: virtual void OnBridgeReady() {} On 2016/05/25 00:06:48, dspaid wrote: ...
4 years, 7 months ago (2016-05-25 00:11:01 UTC) #31
dspaid
https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h File components/arc/arc_bridge_service.h (right): https://codereview.chromium.org/1966133002/diff/180001/components/arc/arc_bridge_service.h#newcode71 components/arc/arc_bridge_service.h:71: virtual void OnBridgeReady() {} On 2016/05/25 00:11:01, Luis Héctor ...
4 years, 7 months ago (2016-05-25 00:13:28 UTC) #32
Daniel Erat
forgot to ask earlier: do you plan to add unit tests for this? https://codereview.chromium.org/1966133002/diff/240001/components/arc/user_data/arc_user_data_service.cc File ...
4 years, 7 months ago (2016-05-25 02:55:26 UTC) #33
dspaid
Trying to get tests figured out... Having problems getting a fake version of ArcServiceManager injected ...
4 years, 7 months ago (2016-05-26 05:04:46 UTC) #34
dspaid
After trying various things I wasn't particularly happy with any of the testing due to ...
4 years, 6 months ago (2016-05-30 00:24:01 UTC) #35
Daniel Erat
lgtm
4 years, 6 months ago (2016-06-01 00:36:02 UTC) #36
stevenjb
owner lgtm https://codereview.chromium.org/1966133002/diff/240001/components/arc/user_data/arc_user_data_service.cc File components/arc/user_data/arc_user_data_service.cc (right): https://codereview.chromium.org/1966133002/diff/240001/components/arc/user_data/arc_user_data_service.cc#newcode54 components/arc/user_data/arc_user_data_service.cc:54: } nit: no {}
4 years, 6 months ago (2016-06-08 03:38:48 UTC) #37
dspaid
https://codereview.chromium.org/1966133002/diff/240001/components/arc/user_data/arc_user_data_service.cc File components/arc/user_data/arc_user_data_service.cc (right): https://codereview.chromium.org/1966133002/diff/240001/components/arc/user_data/arc_user_data_service.cc#newcode54 components/arc/user_data/arc_user_data_service.cc:54: } On 2016/06/08 03:38:48, stevenjb wrote: > nit: no ...
4 years, 6 months ago (2016-06-08 03:48:02 UTC) #38
dspaid
+atwilson for update to test fix in chrome/browser/policy Had to add a few files to ...
4 years, 6 months ago (2016-06-09 09:39:29 UTC) #40
dspaid
+atwilson for update to test fix in chrome/browser/policy Had to add a few files to ...
4 years, 6 months ago (2016-06-09 09:39:34 UTC) #41
bartfab (slow)
https://codereview.chromium.org/1966133002/diff/340001/chrome/browser/policy/policy_browsertest.cc File chrome/browser/policy/policy_browsertest.cc (right): https://codereview.chromium.org/1966133002/diff/340001/chrome/browser/policy/policy_browsertest.cc#newcode114 chrome/browser/policy/policy_browsertest.cc:114: #include "components/prefs/pref_member.h" This file does not declare any PrefMembers. ...
4 years, 6 months ago (2016-06-10 11:05:40 UTC) #43
dspaid
On 2016/06/10 11:05:40, bartfab (slow) wrote: > https://codereview.chromium.org/1966133002/diff/340001/chrome/browser/policy/policy_browsertest.cc > File chrome/browser/policy/policy_browsertest.cc (right): > > https://codereview.chromium.org/1966133002/diff/340001/chrome/browser/policy/policy_browsertest.cc#newcode114 ...
4 years, 6 months ago (2016-06-13 01:03:25 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1966133002/360001
4 years, 6 months ago (2016-06-13 01:46:40 UTC) #47
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/199453)
4 years, 6 months ago (2016-06-13 01:53:35 UTC) #49
dspaid
Luis: If you could take another look and LGTM if it looks good I need ...
4 years, 6 months ago (2016-06-13 01:57:58 UTC) #50
Shuhei Takahashi
Hi dspaid, As we chatted offline, could you please send cryptohome ID in RemoveArcData() so ...
4 years, 6 months ago (2016-06-13 04:21:23 UTC) #51
dspaid
On 2016/06/13 04:21:23, Shuhei Takahashi wrote: > Hi dspaid, > > As we chatted offline, ...
4 years, 6 months ago (2016-06-13 05:22:49 UTC) #52
Junichi Uekawa
On 2016/06/13 01:57:58, dspaid wrote: > Luis: > If you could take another look and ...
4 years, 6 months ago (2016-06-13 06:41:26 UTC) #53
dspaid
On 2016/06/13 06:41:26, Junichi Uekawa wrote: > On 2016/06/13 01:57:58, dspaid wrote: > > Luis: ...
4 years, 6 months ago (2016-06-13 06:54:54 UTC) #54
hidehiko
I'm happy to help unblock you, and that's why we have an OWNER, me, in ...
4 years, 6 months ago (2016-06-13 09:05:05 UTC) #56
dspaid
https://codereview.chromium.org/1966133002/diff/380001/components/arc/arc_bridge_service.h File components/arc/arc_bridge_service.h (right): https://codereview.chromium.org/1966133002/diff/380001/components/arc/arc_bridge_service.h#newcode72 components/arc/arc_bridge_service.h:72: virtual void OnBridgeReady() {} On 2016/06/13 09:05:04, hidehiko wrote: ...
4 years, 6 months ago (2016-06-14 00:38:17 UTC) #57
hidehiko
It looks the newest revision is not uploaded? https://codereview.chromium.org/1966133002/diff/380001/components/arc/arc_bridge_service.h File components/arc/arc_bridge_service.h (right): https://codereview.chromium.org/1966133002/diff/380001/components/arc/arc_bridge_service.h#newcode72 components/arc/arc_bridge_service.h:72: virtual ...
4 years, 6 months ago (2016-06-14 01:45:45 UTC) #58
hidehiko
https://codereview.chromium.org/1966133002/diff/400001/components/arc/arc_service_manager.cc File components/arc/arc_service_manager.cc (right): https://codereview.chromium.org/1966133002/diff/400001/components/arc/arc_service_manager.cc#newcode71 components/arc/arc_service_manager.cc:71: arc_user_data_service_ = new ArcUserDataService(this, arc_bridge_service()); Can we move the ...
4 years, 6 months ago (2016-06-14 02:05:16 UTC) #59
dspaid
https://codereview.chromium.org/1966133002/diff/400001/components/arc/arc_service_manager.cc File components/arc/arc_service_manager.cc (right): https://codereview.chromium.org/1966133002/diff/400001/components/arc/arc_service_manager.cc#newcode71 components/arc/arc_service_manager.cc:71: arc_user_data_service_ = new ArcUserDataService(this, arc_bridge_service()); On 2016/06/14 02:05:15, hidehiko ...
4 years, 6 months ago (2016-06-14 04:34:59 UTC) #60
hidehiko
Mostly style comments, except missing AddObserver(). https://codereview.chromium.org/1966133002/diff/420001/components/arc/arc_service_manager.cc File components/arc/arc_service_manager.cc (right): https://codereview.chromium.org/1966133002/diff/420001/components/arc/arc_service_manager.cc#newcode70 components/arc/arc_service_manager.cc:70: nit: unnecessary. https://codereview.chromium.org/1966133002/diff/420001/components/arc/arc_service_manager.h ...
4 years, 6 months ago (2016-06-14 05:13:02 UTC) #61
dspaid
https://codereview.chromium.org/1966133002/diff/420001/components/arc/arc_service_manager.cc File components/arc/arc_service_manager.cc (right): https://codereview.chromium.org/1966133002/diff/420001/components/arc/arc_service_manager.cc#newcode70 components/arc/arc_service_manager.cc:70: On 2016/06/14 05:13:01, hidehiko wrote: > nit: unnecessary. Done. ...
4 years, 6 months ago (2016-06-14 05:40:54 UTC) #62
hidehiko
lgtm
4 years, 6 months ago (2016-06-14 05:44:48 UTC) #63
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1966133002/440001
4 years, 6 months ago (2016-06-14 21:42:40 UTC) #66
commit-bot: I haz the power
Committed patchset #23 (id:440001)
4 years, 6 months ago (2016-06-14 22:52:10 UTC) #67
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-14 22:52:23 UTC) #68
commit-bot: I haz the power
4 years, 6 months ago (2016-06-14 22:54:57 UTC) #70
Message was sent while issue was closed.
Patchset 23 (id:??) landed as
https://crrev.com/102f85d50db963e44004c991133c7c5e78844e7f
Cr-Commit-Position: refs/heads/master@{#399798}

Powered by Google App Engine
This is Rietveld 408576698