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

Side by Side Diff: components/sync_driver/resources/chrome_sync.js

Issue 1334173006: Move sync_internals resources and constants to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcmInternals
Patch Set: Update resource_ids Created 5 years, 3 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
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

Powered by Google App Engine
This is Rietveld 408576698