summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/js_sync_manager_observer.cc
diff options
context:
space:
mode:
authorrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 22:45:16 +0000
committerrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 22:45:16 +0000
commit00b4017c941b45a3305f02cba1eaf56a7ab05bc5 (patch)
treeaf24bb16a84430654510ab60e5cac16e831bf522 /sync/internal_api/js_sync_manager_observer.cc
parentd5d60089a9dd4d5220fe547866dd547d376ed251 (diff)
downloadchromium_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/js_sync_manager_observer.cc')
-rw-r--r--sync/internal_api/js_sync_manager_observer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sync/internal_api/js_sync_manager_observer.cc b/sync/internal_api/js_sync_manager_observer.cc
index b5f8452..1361c8b 100644
--- a/sync/internal_api/js_sync_manager_observer.cc
+++ b/sync/internal_api/js_sync_manager_observer.cc
@@ -14,7 +14,6 @@
#include "sync/internal_api/public/change_record.h"
#include "sync/internal_api/public/sessions/sync_session_snapshot.h"
#include "sync/internal_api/public/util/sync_string_conversions.h"
-#include "sync/js/js_arg_list.h"
#include "sync/js/js_event_details.h"
#include "sync/js/js_event_handler.h"