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

Side by Side Diff: components/sync/driver/resources/chrome_sync.js

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « components/sync/driver/resources/about.js ('k') | components/sync/driver/resources/data.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // require cr.js 5 // require cr.js
6 // require cr/event_target.js 6 // require cr/event_target.js
7 // require cr/util.js 7 // require cr/util.js
8 8
9 cr.define('chrome.sync', function() { 9 cr.define('chrome.sync', function() {
10 'use strict'; 10 'use strict';
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 dispatchEvent: dispatchEvent, 117 dispatchEvent: dispatchEvent,
118 events: new cr.EventTarget(), 118 events: new cr.EventTarget(),
119 getAllNodes: getAllNodes, 119 getAllNodes: getAllNodes,
120 getAllNodesCallback: getAllNodesCallback, 120 getAllNodesCallback: getAllNodesCallback,
121 registerForEvents: registerForEvents, 121 registerForEvents: registerForEvents,
122 registerForPerTypeCounters: registerForPerTypeCounters, 122 registerForPerTypeCounters: registerForPerTypeCounters,
123 requestUpdatedAboutInfo: requestUpdatedAboutInfo, 123 requestUpdatedAboutInfo: requestUpdatedAboutInfo,
124 requestListOfTypes: requestListOfTypes, 124 requestListOfTypes: requestListOfTypes,
125 }; 125 };
126 }); 126 });
OLDNEW
« no previous file with comments | « components/sync/driver/resources/about.js ('k') | components/sync/driver/resources/data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698