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

Unified Diff: chrome/browser/resources/print_preview/data/user_info.js

Issue 233623003: Remember and restore the account last used destination is registered for. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/resources/print_preview/data/user_info.js
diff --git a/chrome/browser/resources/print_preview/data/user_info.js b/chrome/browser/resources/print_preview/data/user_info.js
index 354542c80c1d844dbe5b7d70118f9e9426945f56..3c86dc8fb58098230b0e057351813b204693baf4 100644
--- a/chrome/browser/resources/print_preview/data/user_info.js
+++ b/chrome/browser/resources/print_preview/data/user_info.js
@@ -68,7 +68,7 @@ cr.define('print_preview', function() {
/**
* Sets logged in user accounts info.
- * @param {string} user Currently logged in user (email).
+ * @param {string} activeUser Active user account (email).
* @param {!Array.<string>} users List of currently logged in accounts.
*/
setUsers: function(activeUser, users) {

Powered by Google App Engine
This is Rietveld 408576698