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

Issue 9453036: [Sync] Remove --create-mobile-bookmarks-folder (Closed)

Created:
8 years, 10 months ago by akalin
Modified:
8 years, 9 months ago
Reviewers:
Yaron, Nicolas Zea
CC:
chromium-reviews, Raghu Simha, ncarter (slow), tim (not reviewing), Yaron, qsr
Visibility:
Public.

Description

[Sync] Remove --create-mobile-bookmarks-folder Instead, check defined(OS_ANDROID) and add {create,expect}_mobile_bookmarks_folder switches. BUG=113723 TEST= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=124065

Patch Set 1 #

Patch Set 2 : Remove comment #

Total comments: 9

Patch Set 3 : Address comments #

Total comments: 2

Patch Set 4 : address yaron's comments #

Total comments: 4

Patch Set 5 : Address zea's comments #

Total comments: 2

Patch Set 6 : Address comments #

Patch Set 7 : sync to head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -34 lines) Patch
M chrome/browser/sync/engine/DEPS View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/sync/engine/download_updates_command.h View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/sync/engine/download_updates_command.cc View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/engine/download_updates_command_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync/engine/syncer.cc View 1 2 3 4 5 6 2 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/bookmark_model_associator.h View 1 2 3 4 5 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/bookmark_model_associator.cc View 1 2 3 4 5 chunks +7 lines, -10 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 1 2 3 4 2 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_bookmark_unittest.cc View 1 2 3 4 5 6 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/protocol/sync.proto View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
akalin
+zea for review +yaron, +qsr FYI
8 years, 10 months ago (2012-02-24 01:49:02 UTC) #1
akalin
ping! On 2012/02/24 01:49:02, akalin wrote: > +zea for review > > +yaron, +qsr FYI
8 years, 10 months ago (2012-02-27 19:47:15 UTC) #2
Nicolas Zea
http://codereview.chromium.org/9453036/diff/1001/chrome/browser/sync/engine/download_updates_command.cc File chrome/browser/sync/engine/download_updates_command.cc (right): http://codereview.chromium.org/9453036/diff/1001/chrome/browser/sync/engine/download_updates_command.cc#newcode44 chrome/browser/sync/engine/download_updates_command.cc:44: get_updates->set_include_syncable_bookmarks(include_syncable_bookmarks_); So is this always included in the getupdates ...
8 years, 10 months ago (2012-02-27 20:03:12 UTC) #3
akalin
PTAL http://codereview.chromium.org/9453036/diff/1001/chrome/browser/sync/engine/download_updates_command.cc File chrome/browser/sync/engine/download_updates_command.cc (right): http://codereview.chromium.org/9453036/diff/1001/chrome/browser/sync/engine/download_updates_command.cc#newcode44 chrome/browser/sync/engine/download_updates_command.cc:44: get_updates->set_include_syncable_bookmarks(include_syncable_bookmarks_); On 2012/02/27 20:03:12, nzea wrote: > So ...
8 years, 10 months ago (2012-02-27 22:04:18 UTC) #4
Nicolas Zea
LGTM, although may be good to get Yaron/sky/someone to confirm this is safe to do.
8 years, 10 months ago (2012-02-27 22:10:38 UTC) #5
akalin
+yaron, wanna take a look?
8 years, 10 months ago (2012-02-27 22:14:42 UTC) #6
Yaron
http://codereview.chromium.org/9453036/diff/1001/chrome/browser/sync/engine/download_updates_command.cc File chrome/browser/sync/engine/download_updates_command.cc (right): http://codereview.chromium.org/9453036/diff/1001/chrome/browser/sync/engine/download_updates_command.cc#newcode44 chrome/browser/sync/engine/download_updates_command.cc:44: get_updates->set_include_syncable_bookmarks(include_syncable_bookmarks_); On 2012/02/27 22:04:18, akalin wrote: > On 2012/02/27 ...
8 years, 10 months ago (2012-02-27 22:15:01 UTC) #7
Yaron
http://codereview.chromium.org/9453036/diff/10002/chrome/browser/sync/engine/syncer.cc File chrome/browser/sync/engine/syncer.cc (right): http://codereview.chromium.org/9453036/diff/10002/chrome/browser/sync/engine/syncer.cc#newcode148 chrome/browser/sync/engine/syncer.cc:148: const bool kIncludeSyncableBookmarks = true; You could start renaming ...
8 years, 10 months ago (2012-02-27 22:17:01 UTC) #8
akalin
Renamed proto field (should be safe, although server-side may need changes, which i'll do after ...
8 years, 10 months ago (2012-02-27 22:29:44 UTC) #9
Nicolas Zea
http://codereview.chromium.org/9453036/diff/10007/chrome/browser/sync/engine/download_updates_command.h File chrome/browser/sync/engine/download_updates_command.h (right): http://codereview.chromium.org/9453036/diff/10007/chrome/browser/sync/engine/download_updates_command.h#newcode44 chrome/browser/sync/engine/download_updates_command.h:44: // create the mobile bookmarks folder if it's not ...
8 years, 10 months ago (2012-02-27 22:35:22 UTC) #10
akalin
PTAL http://codereview.chromium.org/9453036/diff/10007/chrome/browser/sync/engine/download_updates_command.h File chrome/browser/sync/engine/download_updates_command.h (right): http://codereview.chromium.org/9453036/diff/10007/chrome/browser/sync/engine/download_updates_command.h#newcode44 chrome/browser/sync/engine/download_updates_command.h:44: // create the mobile bookmarks folder if it's ...
8 years, 10 months ago (2012-02-27 22:56:44 UTC) #11
Nicolas Zea
LGTM http://codereview.chromium.org/9453036/diff/12004/chrome/browser/sync/glue/bookmark_model_associator.h File chrome/browser/sync/glue/bookmark_model_associator.h (right): http://codereview.chromium.org/9453036/diff/12004/chrome/browser/sync/glue/bookmark_model_associator.h#newcode40 chrome/browser/sync/glue/bookmark_model_associator.h:40: // expect the mobile bookmarks top-level folder to ...
8 years, 10 months ago (2012-02-27 23:25:31 UTC) #12
akalin
committing soonish http://codereview.chromium.org/9453036/diff/12004/chrome/browser/sync/glue/bookmark_model_associator.h File chrome/browser/sync/glue/bookmark_model_associator.h (right): http://codereview.chromium.org/9453036/diff/12004/chrome/browser/sync/glue/bookmark_model_associator.h#newcode40 chrome/browser/sync/glue/bookmark_model_associator.h:40: // expect the mobile bookmarks top-level folder ...
8 years, 10 months ago (2012-02-28 00:10:48 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/9453036/14001
8 years, 10 months ago (2012-02-28 00:11:52 UTC) #14
Yaron
lgtm
8 years, 10 months ago (2012-02-28 00:30:51 UTC) #15
akalin
On 2012/02/28 00:30:51, Yaron wrote: > lgtm sorry, didn't mean to not wait for you. ...
8 years, 10 months ago (2012-02-28 00:32:24 UTC) #16
commit-bot: I haz the power
Can't apply patch for file chrome/browser/sync/engine/download_updates_command.cc. While running patch -p1 --forward --force; patching file chrome/browser/sync/engine/download_updates_command.cc ...
8 years, 10 months ago (2012-02-28 05:52:29 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/9453036/16001
8 years, 9 months ago (2012-02-28 21:19:52 UTC) #18
commit-bot: I haz the power
Try job failure for 9453036-16001 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 9 months ago (2012-02-28 22:31:49 UTC) #19
commit-bot: I haz the power
8 years, 9 months ago (2012-02-28 22:45:34 UTC) #20

Powered by Google App Engine
This is Rietveld 408576698