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

Issue 493293002: Enable invalidations for supervised user settings on Android. (Closed)

Created:
6 years, 4 months ago by Bernhard Bauer
Modified:
6 years, 3 months ago
Reviewers:
nyquist, Nicolas Zea
CC:
chromium-reviews, tim+watch_chromium.org, haitaol+watch_chromium.org, zea+watch_chromium.org, maniscalco+watch_chromium.org, nyquist
Project:
chromium
Visibility:
Public.

Description

Enable invalidations for supervised user settings on Android. BUG=none Committed: https://crrev.com/dab6c6fa3c31a2675db949d36274396abfbcb068 Cr-Commit-Position: refs/heads/master@{#292353}

Patch Set 1 #

Patch Set 2 : unit test #

Patch Set 3 : cleanup #

Patch Set 4 : wut #

Total comments: 2

Patch Set 5 : compile fix #

Patch Set 6 : 'nother compile fix #

Total comments: 2

Messages

Total messages: 23 (0 generated)
Bernhard Bauer
Please review.
6 years, 4 months ago (2014-08-22 00:25:00 UTC) #1
Nicolas Zea
Is there any test we can add that will fail if a ModelType is added ...
6 years, 4 months ago (2014-08-22 00:28:22 UTC) #2
Bernhard Bauer
Added a unit test. PTAL?
6 years, 3 months ago (2014-08-27 18:45:21 UTC) #3
Nicolas Zea
LG with one comment https://codereview.chromium.org/493293002/diff/60001/chrome/browser/sync/profile_sync_service_android_unittest.cc File chrome/browser/sync/profile_sync_service_android_unittest.cc (right): https://codereview.chromium.org/493293002/diff/60001/chrome/browser/sync/profile_sync_service_android_unittest.cc#newcode82 chrome/browser/sync/profile_sync_service_android_unittest.cc:82: syncer::ModelTypeSet model_types = GetRegisteredDataTypes(); nit: ...
6 years, 3 months ago (2014-08-27 19:46:59 UTC) #4
Bernhard Bauer
https://codereview.chromium.org/493293002/diff/60001/chrome/browser/sync/profile_sync_service_android_unittest.cc File chrome/browser/sync/profile_sync_service_android_unittest.cc (right): https://codereview.chromium.org/493293002/diff/60001/chrome/browser/sync/profile_sync_service_android_unittest.cc#newcode82 chrome/browser/sync/profile_sync_service_android_unittest.cc:82: syncer::ModelTypeSet model_types = GetRegisteredDataTypes(); On 2014/08/27 19:46:59, Nicolas Zea ...
6 years, 3 months ago (2014-08-27 20:46:12 UTC) #5
Nicolas Zea
On 2014/08/27 20:46:12, Bernhard Bauer wrote: > https://codereview.chromium.org/493293002/diff/60001/chrome/browser/sync/profile_sync_service_android_unittest.cc > File chrome/browser/sync/profile_sync_service_android_unittest.cc (right): > > https://codereview.chromium.org/493293002/diff/60001/chrome/browser/sync/profile_sync_service_android_unittest.cc#newcode82 ...
6 years, 3 months ago (2014-08-27 20:53:14 UTC) #6
Bernhard Bauer
The CQ bit was checked by bauerb@chromium.org
6 years, 3 months ago (2014-08-27 22:12:39 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/493293002/60001
6 years, 3 months ago (2014-08-27 22:14:36 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_arm64_dbg_recipe on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-27 23:40:34 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-27 23:47:29 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/946) android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/10434) android_dbg_tests_recipe ...
6 years, 3 months ago (2014-08-27 23:47:29 UTC) #11
Bernhard Bauer
The CQ bit was checked by bauerb@chromium.org
6 years, 3 months ago (2014-08-28 00:17:09 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/493293002/80001
6 years, 3 months ago (2014-08-28 00:27:30 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_arm64_dbg_recipe on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-28 05:04:03 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-28 05:08:56 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/1007)
6 years, 3 months ago (2014-08-28 05:08:56 UTC) #16
Bernhard Bauer
The CQ bit was checked by bauerb@chromium.org
6 years, 3 months ago (2014-08-28 08:34:06 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/493293002/100001
6 years, 3 months ago (2014-08-28 08:35:12 UTC) #18
commit-bot: I haz the power
Committed patchset #6 (id:100001) as 4889a1ec371d40bb02eae0fd08c5986b2cd2fed8
6 years, 3 months ago (2014-08-28 09:20:30 UTC) #19
nyquist
nyquist@chromium.org changed reviewers: + nyquist@chromium.org
6 years, 3 months ago (2014-08-28 15:03:34 UTC) #20
nyquist
Just saw this. https://codereview.chromium.org/493293002/diff/100001/sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java File sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java (right): https://codereview.chromium.org/493293002/diff/100001/sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java#newcode93 sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java:93: assert nonInvalidationType || modelType == toString(); ...
6 years, 3 months ago (2014-08-28 15:03:34 UTC) #21
Bernhard Bauer
https://codereview.chromium.org/493293002/diff/100001/sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java File sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java (right): https://codereview.chromium.org/493293002/diff/100001/sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java#newcode93 sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java:93: assert nonInvalidationType || modelType == toString(); On 2014/08/28 15:03:34, ...
6 years, 3 months ago (2014-08-28 15:16:47 UTC) #22
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:58:38 UTC) #23
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/dab6c6fa3c31a2675db949d36274396abfbcb068
Cr-Commit-Position: refs/heads/master@{#292353}

Powered by Google App Engine
This is Rietveld 408576698