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

Side by Side Diff: chrome/browser/resources/cloud_print/cloud_print_setup_login.js

Issue 9689075: Move some resources to a proper location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Separated icon addition. Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/cloud_print/cloud_print_setup_login.html ('k') | no next file » | 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) 2011 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 cr.define('cloudprint', function() { 5 cr.define('cloudprint', function() {
6 function learnMore() { 6 function learnMore() {
7 chrome.send('LearnMore', ['']); 7 chrome.send('LearnMore', ['']);
8 chrome.send('DialogClose', ['']); 8 chrome.send('DialogClose', ['']);
9 } 9 }
10 10
11 function fixUpTemplateLink() { 11 function fixUpTemplateLink() {
(...skipping 16 matching lines...) Expand all
28 frames['gaialogin'].showGaiaSuccessAndSettingUp() 28 frames['gaialogin'].showGaiaSuccessAndSettingUp()
29 } 29 }
30 30
31 return { 31 return {
32 learnMore: learnMore, 32 learnMore: learnMore,
33 fixUpTemplateLink: fixUpTemplateLink, 33 fixUpTemplateLink: fixUpTemplateLink,
34 showGaiaLogin: showGaiaLogin, 34 showGaiaLogin: showGaiaLogin,
35 showGaiaSuccessAndSettingUp: showGaiaSuccessAndSettingUp 35 showGaiaSuccessAndSettingUp: showGaiaSuccessAndSettingUp
36 }; 36 };
37 }); 37 });
OLDNEW
« no previous file with comments | « chrome/browser/resources/cloud_print/cloud_print_setup_login.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698