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

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

Issue 7719011: Move some files from sync/engine to internal_api (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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/sync_scheduler.h
diff --git a/chrome/browser/sync/engine/sync_scheduler.h b/chrome/browser/sync/engine/sync_scheduler.h
index 7a025fb0478b05d9f48d6417c6334e2cbc47e39d..74da671fc53e48c516f671b4db069a07dd3a5bd4 100644
--- a/chrome/browser/sync/engine/sync_scheduler.h
+++ b/chrome/browser/sync/engine/sync_scheduler.h
@@ -18,7 +18,6 @@
#include "base/task.h"
#include "base/time.h"
#include "base/timer.h"
-#include "chrome/browser/sync/engine/configure_reason.h"
#include "chrome/browser/sync/engine/net/server_connection_manager.h"
#include "chrome/browser/sync/engine/nudge_source.h"
#include "chrome/browser/sync/engine/polling_constants.h"
@@ -90,8 +89,9 @@ class SyncScheduler : public sessions::SyncSession::Delegate,
const base::TimeDelta& delay, NudgeSource source,
const syncable::ModelTypePayloadMap& types_with_payloads,
const tracked_objects::Location& nudge_location);
- void ScheduleConfig(const syncable::ModelTypeBitSet& types,
- sync_api::ConfigureReason reason);
+ void ScheduleConfig(
tim (not reviewing) 2011/08/24 13:50:23 Let's add a comment / precondition here saying tha
rlarocque 2011/08/24 17:42:24 Done.
+ const syncable::ModelTypeBitSet& types,
+ sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source);
void ScheduleClearUserData();
void ScheduleCleanupDisabledTypes();

Powered by Google App Engine
This is Rietveld 408576698