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

Issue 1408003010: [sync] Componentize switches used by ProfileSyncService (Closed)

Created:
5 years, 1 month ago by blundell
Modified:
5 years, 1 month ago
CC:
chromium-reviews, tim+watch_chromium.org, extensions-reviews_chromium.org, maxbogue+watch_chromium.org, zea+watch_chromium.org, dzhioev+watch_chromium.org, achuith+watch_chromium.org, pvalenzuela+watch_chromium.org, plaree+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@more_pss_chrome_deps
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[sync] Componentize switches used by ProfileSyncService This CL componentizes switches used by ProfileSyncService and ProfileSyncComponentsFactoryImpl into a new browser_sync component in anticipation of componentizing those files into that component. These switches are used by //cloud_print/service, and so are componentized into //components/browser_sync/common to allow for that dependency without //cloud_print/service incurring a dependency on the browser-side code (e.g., ProfileSyncService) once that code is componentized. BUG=512825 TBR=jochen Committed: https://crrev.com/373c28c6860eb22a5287a6c8eb31379d1364d5bb Cr-Commit-Position: refs/heads/master@{#358048}

Patch Set 1 #

Patch Set 2 : Add BUILD.gn file #

Total comments: 2

Patch Set 3 : Response to review + rebase #

Patch Set 4 : Bugfix #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -26 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/chrome_startup_flags.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/signin/oauth2_browsertest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/gcm/gcm_apitest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/external_provider_impl_chromeos_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_factory_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/sync/sync_promo_ui_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 2 chunks +0 lines, -13 lines 0 comments Download
M cloud_print/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M cloud_print/service/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M cloud_print/service/service.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M cloud_print/service/win/chrome_launcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + components/browser_sync.gypi View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
A + components/browser_sync/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/browser_sync/common/BUILD.gn View 1 1 chunk +4 lines, -4 lines 0 comments Download
A components/browser_sync/common/browser_sync_switches.h View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
A components/browser_sync/common/browser_sync_switches.cc View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M components/components.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 14 (5 generated)
blundell
zea@: Whole CL. vitalybuka@: //cloudprint
5 years, 1 month ago (2015-11-02 21:38:10 UTC) #2
Nicolas Zea
LGTM https://codereview.chromium.org/1408003010/diff/20001/chrome/common/chrome_switches.h File chrome/common/chrome_switches.h (right): https://codereview.chromium.org/1408003010/diff/20001/chrome/common/chrome_switches.h#newcode161 chrome/common/chrome_switches.h:161: extern const char kEnableWifiCredentialSync[]; Move this one too?
5 years, 1 month ago (2015-11-02 22:25:21 UTC) #3
blundell
https://codereview.chromium.org/1408003010/diff/20001/chrome/common/chrome_switches.h File chrome/common/chrome_switches.h (right): https://codereview.chromium.org/1408003010/diff/20001/chrome/common/chrome_switches.h#newcode161 chrome/common/chrome_switches.h:161: extern const char kEnableWifiCredentialSync[]; On 2015/11/02 22:25:20, Nicolas Zea ...
5 years, 1 month ago (2015-11-03 14:37:57 UTC) #4
Vitaly Buka (NO REVIEWS)
lgtm
5 years, 1 month ago (2015-11-03 18:12:51 UTC) #5
blundell
TBR=jochen for //chrome
5 years, 1 month ago (2015-11-05 13:05:59 UTC) #7
blundell
On 2015/11/05 13:05:59, blundell wrote: > TBR=jochen for //chrome (outside of //chrome/browser/*sync*)
5 years, 1 month ago (2015-11-05 13:06:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1408003010/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1408003010/80001
5 years, 1 month ago (2015-11-05 13:07:25 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-05 14:07:58 UTC) #13
commit-bot: I haz the power
5 years, 1 month ago (2015-11-05 14:08:48 UTC) #14
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/373c28c6860eb22a5287a6c8eb31379d1364d5bb
Cr-Commit-Position: refs/heads/master@{#358048}

Powered by Google App Engine
This is Rietveld 408576698