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

Unified Diff: sync/js/README.js

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/DEPS ('k') | sync/js/js_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/js/README.js
diff --git a/sync/js/README.js b/sync/js/README.js
deleted file mode 100644
index 3a99d1e7a379000f767adb75644d6127ce5326ce..0000000000000000000000000000000000000000
--- a/sync/js/README.js
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-This framework was once used to implement an asynchronous request/reply
-protocol between the chrome://sync-internals page and the sync backend thread.
-Much of it has been removed in favor of an ad-hoc system that allows us to
-offer better safety guarantees, and to dispatch requests to different threads.
-
-All that remains are some WeakHandles that allow us to send JsEvents from the
-sync backend to about:sync. The SyncInternalsUI implements JsEventHandler in
-order to receive these events. The SyncManager implements JsBackend in order
-to send them. The SyncJsController acts as an intermediary between them.
-
-The old framework may still be useful to someone. Feel free to retrieve it
-from SVN history if you feel you can make use of it.
« no previous file with comments | « sync/js/DEPS ('k') | sync/js/js_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698