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

Unified Diff: chrome/browser/ui/app_list/hotword_background_activity_delegate.h

Issue 217423002: Removes Experimental hotword-always-on feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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/ui/app_list/hotword_background_activity_delegate.h
diff --git a/chrome/browser/ui/app_list/hotword_background_activity_delegate.h b/chrome/browser/ui/app_list/hotword_background_activity_delegate.h
deleted file mode 100644
index 5190e87a6927e7ddabdd65890314a4635fce51ec..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/app_list/hotword_background_activity_delegate.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_UI_APP_LIST_HOTWORD_BACKGROUND_ACTIVITY_DELEGATE_H_
-#define CHROME_BROWSER_UI_APP_LIST_HOTWORD_BACKGROUND_ACTIVITY_DELEGATE_H_
-
-namespace app_list {
-
-// Delegate for HotwordBackgroundActivityMonitor.
-class HotwordBackgroundActivityDelegate {
- public:
- virtual ~HotwordBackgroundActivityDelegate() {}
-
- // Returns the render process ID for the hotword recognizer of the delegate.
- // The value is used to check if the media request comes from its own render
- // process.
- virtual int GetRenderProcessID() = 0;
-
- // Called when the background hotword recognizer's availablility has changed.
- virtual void OnHotwordBackgroundActivityChanged() = 0;
-};
-
-} // namespace app_list
-
-#endif // CHROME_BROWSER_UI_APP_LIST_HOTWORD_BACKGROUND_ACTIVITY_DELEGATE_H_
« no previous file with comments | « chrome/browser/resources/app_list/start_page.js ('k') | chrome/browser/ui/app_list/hotword_background_activity_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698