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

Unified Diff: trunk/src/ui/file_manager/file_manager/background/js/device_handler.js

Issue 269893004: Revert 268203 "There are many ways to get it wrong." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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: trunk/src/ui/file_manager/file_manager/background/js/device_handler.js
===================================================================
--- trunk/src/ui/file_manager/file_manager/background/js/device_handler.js (revision 268216)
+++ trunk/src/ui/file_manager/file_manager/background/js/device_handler.js (working copy)
@@ -17,7 +17,7 @@
this.mountStatus_ = {};
/**
- * List of ID of notifications that have a button.
+ * List of ID of notificaitons that have a button.
* @type {Array.<string>}
* @private
*/
@@ -176,7 +176,7 @@
};
/**
- * Shows the notification after 5 seconds.
+ * Shows the notificaiton after 5 seconds.
* @param {string} devicePath Device path.
*/
DeviceHandler.Notification.prototype.showLater = function(devicePath) {
« no previous file with comments | « trunk/src/tools/metrics/histograms/histograms.xml ('k') | trunk/src/ui/message_center/cocoa/tray_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698