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

Unified Diff: components/sync/protocol/client_commands.proto

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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
« no previous file with comments | « components/sync/protocol/bookmark_specifics.proto ('k') | components/sync/protocol/client_debug_info.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/client_commands.proto
diff --git a/sync/protocol/client_commands.proto b/components/sync/protocol/client_commands.proto
similarity index 95%
rename from sync/protocol/client_commands.proto
rename to components/sync/protocol/client_commands.proto
index fa9c714066a4ef163e16024595ef49de4c088ee8..f7f8a3232b408381da94a73ff8f07323dc2cbd48 100644
--- a/sync/protocol/client_commands.proto
+++ b/components/sync/protocol/client_commands.proto
@@ -21,7 +21,7 @@ message CustomNudgeDelay {
message ClientCommand {
// Time to wait before sending any requests to the server.
- optional int32 set_sync_poll_interval = 1; // in seconds
+ optional int32 set_sync_poll_interval = 1; // in seconds
optional int32 set_sync_long_poll_interval = 2; // in seconds
optional int32 max_commit_batch_size = 3;
« no previous file with comments | « components/sync/protocol/bookmark_specifics.proto ('k') | components/sync/protocol/client_debug_info.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698