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

Unified Diff: chrome/browser/sync/engine/download_updates_command.h

Issue 9453036: [Sync] Remove --create-mobile-bookmarks-folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove comment Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/engine/download_updates_command.h
diff --git a/chrome/browser/sync/engine/download_updates_command.h b/chrome/browser/sync/engine/download_updates_command.h
index 3b12c714aa7fff42df0f1376dd6873eaa3f1169a..ca66d9ae45c0fee2a88f18c9634352cb5ab48db9 100644
--- a/chrome/browser/sync/engine/download_updates_command.h
+++ b/chrome/browser/sync/engine/download_updates_command.h
@@ -40,7 +40,7 @@ namespace browser_sync {
// is encountered.
class DownloadUpdatesCommand : public SyncerCommand {
public:
- DownloadUpdatesCommand();
+ explicit DownloadUpdatesCommand(bool include_syncable_bookmarks);
Nicolas Zea 2012/02/27 20:03:12 Comment about the parameter.
akalin 2012/02/27 22:04:18 Done.
virtual ~DownloadUpdatesCommand();
// SyncerCommand implementation.
@@ -50,6 +50,9 @@ class DownloadUpdatesCommand : public SyncerCommand {
FRIEND_TEST_ALL_PREFIXES(DownloadUpdatesCommandTest, VerifyAppendDebugInfo);
void AppendClientDebugInfoIfNeeded(sessions::SyncSession* session,
sync_pb::DebugInfo* debug_info);
+
+ const bool include_syncable_bookmarks_;
+
DISALLOW_COPY_AND_ASSIGN(DownloadUpdatesCommand);
};

Powered by Google App Engine
This is Rietveld 408576698