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

Unified Diff: chrome/browser/search/hotword_service.h

Issue 1011813006: Make availability of hotword hardware known to hotword component extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « chrome/browser/resources/hotword/state_manager.js ('k') | chrome/browser/search/hotword_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/hotword_service.h
diff --git a/chrome/browser/search/hotword_service.h b/chrome/browser/search/hotword_service.h
index 2c0e086ba12c99f80ae2c522cc5e681ecea7649f..62007f338d7a83fb16fb0a680ce4c75d6d338c70 100644
--- a/chrome/browser/search/hotword_service.h
+++ b/chrome/browser/search/hotword_service.h
@@ -64,6 +64,9 @@ class HotwordService : public extensions::ExtensionRegistryObserver,
// TODO(amistry): Remove this.
static bool IsExperimentalHotwordingEnabled();
+ // Returns true if hotwording hardware is available.
+ static bool IsHotwordHardwareAvailable();
+
explicit HotwordService(Profile* profile);
~HotwordService() override;
« no previous file with comments | « chrome/browser/resources/hotword/state_manager.js ('k') | chrome/browser/search/hotword_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698