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

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

Issue 1008273003: Rename HotwordServiceFactory::IsHotwordHardwareAvailable() to IsAlwaysOnAvailable(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/search/hotword_service.cc ('k') | chrome/browser/search/hotword_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/hotword_service_factory.h
diff --git a/chrome/browser/search/hotword_service_factory.h b/chrome/browser/search/hotword_service_factory.h
index bb6f3cb0170f1d94b1f92b567948dd3632ed3741..08d325f01d89f2cca0d56d60613ca13f1ad38450 100644
--- a/chrome/browser/search/hotword_service_factory.h
+++ b/chrome/browser/search/hotword_service_factory.h
@@ -27,8 +27,8 @@ class HotwordServiceFactory : public MediaCaptureDevicesDispatcher::Observer,
// Returns true if hotwording is allowed for |context|.
static bool IsHotwordAllowed(content::BrowserContext* context);
- // Returns whether specialized hotword hardware exists.
- static bool IsHotwordHardwareAvailable();
+ // Returns whether always-on hotwording is available.
+ static bool IsAlwaysOnAvailable();
// Returns the current error message for the service for |context|.
// A value of 0 indicates no error.
« no previous file with comments | « chrome/browser/search/hotword_service.cc ('k') | chrome/browser/search/hotword_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698