diff options
author | rlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 22:45:16 +0000 |
---|---|---|
committer | rlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 22:45:16 +0000 |
commit | 00b4017c941b45a3305f02cba1eaf56a7ab05bc5 (patch) | |
tree | af24bb16a84430654510ab60e5cac16e831bf522 /sync/internal_api/sync_manager_impl.h | |
parent | d5d60089a9dd4d5220fe547866dd547d376ed251 (diff) | |
download | chromium_src-00b4017c941b45a3305f02cba1eaf56a7ab05bc5.zip chromium_src-00b4017c941b45a3305f02cba1eaf56a7ab05bc5.tar.gz chromium_src-00b4017c941b45a3305f02cba1eaf56a7ab05bc5.tar.bz2 |
Remove Sync JS generic request/reply framework
With the conversion of GetAllNodes in r262193, there are no longer any
uses of the Sync JS framework's request + reply framework.
The generic framework was useful when we could guarantee that the
requests would be handled in order, in the SyncManager, and on the sync
thread, but new requirements have forced us to re-implement much of this
functionality in other ways.
Since no one uses this code, and no one plans to use this code, and it
depends on some semi-deprecated concepts (WeakHandle), the best course
of action seems to be to delete it. We can always fetch it from SVN
history and clean it up if we find another use for it.
BUG=328606,357821
Review URL: https://codereview.chromium.org/231013003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263105 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/sync_manager_impl.h')
-rw-r--r-- | sync/internal_api/sync_manager_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sync/internal_api/sync_manager_impl.h b/sync/internal_api/sync_manager_impl.h index 52d382e..003471c 100644 --- a/sync/internal_api/sync_manager_impl.h +++ b/sync/internal_api/sync_manager_impl.h @@ -156,9 +156,6 @@ class SYNC_EXPORT_PRIVATE SyncManagerImpl : // JsBackend implementation. virtual void SetJsEventHandler( const WeakHandle<JsEventHandler>& event_handler) OVERRIDE; - virtual void ProcessJsMessage( - const std::string& name, const JsArgList& args, - const WeakHandle<JsReplyHandler>& reply_handler) OVERRIDE; // DirectoryChangeDelegate implementation. // This listener is called upon completion of a syncable transaction, and |