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

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

Issue 658393003: Fix some straight-forward closure compiler errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove the @class annotation. Created 6 years, 2 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/hotword/launcher_manager.js
diff --git a/chrome/browser/resources/hotword/launcher_manager.js b/chrome/browser/resources/hotword/launcher_manager.js
index 548700268848ddd88676904c688f9b0257bf8cf0..4ad07b6f4711d734a29b7a825b6c3f51df810267 100644
--- a/chrome/browser/resources/hotword/launcher_manager.js
+++ b/chrome/browser/resources/hotword/launcher_manager.js
@@ -11,7 +11,6 @@ cr.define('hotword', function() {
* @param {!hotword.StateManager} stateManager
* @constructor
* @extends {hotword.BaseSessionManager}
- * @struct
*/
function LauncherManager(stateManager) {
hotword.BaseSessionManager.call(this,
« no previous file with comments | « chrome/browser/resources/hotword/base_session_manager.js ('k') | chrome/browser/resources/hotword/logging.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698