diff options
author | rlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-12 19:25:19 +0000 |
---|---|---|
committer | rlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-12 19:25:19 +0000 |
commit | 55525ed26f1783d4ba392b39693f5b1e8d19768e (patch) | |
tree | 5d287246d6385e7d4f7785e0e1e160b36023d85a /components/sync_driver/sync_frontend.h | |
parent | cb4a4c6ed973644de031480c820a5caa70a79b3d (diff) | |
download | chromium_src-55525ed26f1783d4ba392b39693f5b1e8d19768e.zip chromium_src-55525ed26f1783d4ba392b39693f5b1e8d19768e.tar.gz chromium_src-55525ed26f1783d4ba392b39693f5b1e8d19768e.tar.bz2 |
sync: Remove dead code related to ClearUserData
Removes some code left over from the ClearUserData feature. These are
mostly functions named 'OnStopSyncingPermanently'.
Also renames ProfileSyncService::OnStopSyncingPermanently to
StopSyncingPermanently. This makes it easier to distinguish from the
now deprecated SyncManagerObserver callback. The new name is more
appropriate name since this function is not really a callback or event
handler anymore.
BUG=342932
Review URL: https://codereview.chromium.org/153643006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250775 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/sync_driver/sync_frontend.h')
-rw-r--r-- | components/sync_driver/sync_frontend.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/sync_driver/sync_frontend.h b/components/sync_driver/sync_frontend.h index 2b30df1..f7ed853 100644 --- a/components/sync_driver/sync_frontend.h +++ b/components/sync_driver/sync_frontend.h @@ -57,10 +57,6 @@ class SyncFrontend { virtual void OnConnectionStatusChange( syncer::ConnectionStatus status) = 0; - // We are no longer permitted to communicate with the server. Sync should - // be disabled and state cleaned up at once. - virtual void OnStopSyncingPermanently() = 0; - // The syncer requires a passphrase to decrypt sensitive updates. This is // called when the first sensitive data type is setup by the user and anytime // the passphrase is changed by another synced client. |reason| denotes why |