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

Unified Diff: chrome/browser/sync/profile_sync_service.h

Issue 10167017: Fix some migration-related bugs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests Created 8 years, 8 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/profile_sync_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index 3b37103e56a87c39c5efd842a377b2833eeaca95..b8a0f418a7f381d38287246feb874b498edda1c6 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -296,6 +296,9 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
return unrecoverable_error_location_;
}
+ // Puts the scheduler into NORMAL mode.
+ void StartSyncingWithServer();
tim (not reviewing) 2012/04/20 22:38:09 We can't expose this through here. Any old code in
rlarocque 2012/04/20 22:45:08 I was struggling to find the least bad way to do t
+
// Returns true if OnPassphraseRequired has been called for any reason.
virtual bool IsPassphraseRequired() const;

Powered by Google App Engine
This is Rietveld 408576698