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

Unified Diff: chrome/browser/resources/options2/manage_profile_overlay.js

Issue 9316086: Fix JavaScript errors in options2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use list join Created 8 years, 10 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/options2/manage_profile_overlay.js
diff --git a/chrome/browser/resources/options2/manage_profile_overlay.js b/chrome/browser/resources/options2/manage_profile_overlay.js
index 32fd4f4a21d08f55d4458005fe3cec3c712f0223..b5682a1ad14556c1d63b4653b066c47e74520865 100644
--- a/chrome/browser/resources/options2/manage_profile_overlay.js
+++ b/chrome/browser/resources/options2/manage_profile_overlay.js
@@ -90,7 +90,7 @@ cr.define('options', function() {
* iconURL: "chrome://path/to/icon/image",
* filePath: "/path/to/profile/data/on/disk"
* isCurrentProfile: false,
- * };
+ * }.
James Hawkins 2012/02/09 02:51:52 Revert
Tyler Breisacher (Chromium) 2012/02/09 03:04:34 Done.
* @private
*/
setProfileInfo_: function(profileInfo) {
@@ -165,7 +165,7 @@ cr.define('options', function() {
/**
* oninput callback for <input> field.
- * @param event The event object
+ * @param {Event} event The event object.
* @private
*/
onNameChanged_: function(event) {

Powered by Google App Engine
This is Rietveld 408576698