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

Unified Diff: chrome/browser/resources/hotword/launcher_manager.js

Issue 2599923002: Run tools/clang-format-js on chrome/browser/resources/hotword/ (Closed)
Patch Set: no dep Created 3 years, 12 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
« no previous file with comments | « chrome/browser/resources/hotword/keep_alive.js ('k') | chrome/browser/resources/hotword/logging.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/hotword/launcher_manager.js
diff --git a/chrome/browser/resources/hotword/launcher_manager.js b/chrome/browser/resources/hotword/launcher_manager.js
index 59646ea5a9a1dad0cb3eb0f78153e5646ce4e64e..144c247eec48d0ccf62d981e819f8f1498077ef9 100644
--- a/chrome/browser/resources/hotword/launcher_manager.js
+++ b/chrome/browser/resources/hotword/launcher_manager.js
@@ -13,9 +13,8 @@ cr.define('hotword', function() {
* @extends {hotword.BaseSessionManager}
*/
function LauncherManager(stateManager) {
- hotword.BaseSessionManager.call(this,
- stateManager,
- hotword.constants.SessionSource.LAUNCHER);
+ hotword.BaseSessionManager.call(
+ this, stateManager, hotword.constants.SessionSource.LAUNCHER);
}
LauncherManager.prototype = {
@@ -32,7 +31,5 @@ cr.define('hotword', function() {
}
};
- return {
- LauncherManager: LauncherManager
- };
+ return {LauncherManager: LauncherManager};
});
« no previous file with comments | « chrome/browser/resources/hotword/keep_alive.js ('k') | chrome/browser/resources/hotword/logging.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698