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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (Closed)
Patch Set: Created 3 years, 6 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/chromeos/chromevox/cvox2/background/base_automation_handler.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js
index 7aaa80150d84ad1fbfa73a1257d5b7fc3aa86dcf..a74264fd38650fefa297dbf5f64f2cfe61d727a4 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js
@@ -77,11 +77,10 @@ BaseAutomationHandler.prototype = {
},
/**
- * Called after the event |evt| is handled.
+ * Called after the event |evt| is handled.
* @protected
*/
- didHandleEvent_: function(evt) {
- }
+ didHandleEvent_: function(evt) {}
};
}); // goog.scope

Powered by Google App Engine
This is Rietveld 408576698