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

Unified Diff: sync/js/js_backend.h

Issue 231013003: Remove Sync JS generic request/reply framework (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove js_reply_handler.h from gyp Created 6 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
« no previous file with comments | « sync/js/js_arg_list_unittest.cc ('k') | sync/js/js_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/js/js_backend.h
diff --git a/sync/js/js_backend.h b/sync/js/js_backend.h
index e39600a8bcb9750f82fb51e96039379e233938d0..a0ef317ba6f77f04dd98364560ce4f8202235059 100644
--- a/sync/js/js_backend.h
+++ b/sync/js/js_backend.h
@@ -13,9 +13,7 @@
namespace syncer {
-class JsArgList;
class JsEventHandler;
-class JsReplyHandler;
template <typename T> class WeakHandle;
// Interface representing the backend of chrome://sync-internals. A
@@ -27,12 +25,6 @@ class SYNC_EXPORT_PRIVATE JsBackend {
virtual void SetJsEventHandler(
const WeakHandle<JsEventHandler>& event_handler) = 0;
- // Processes the given message and replies via the given handler, if
- // initialized.
- virtual void ProcessJsMessage(
- const std::string& name, const JsArgList& args,
- const WeakHandle<JsReplyHandler>& reply_handler) = 0;
-
protected:
virtual ~JsBackend() {}
};
« no previous file with comments | « sync/js/js_arg_list_unittest.cc ('k') | sync/js/js_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698