1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_SEARCH_HOTWORD_SERVICE_H_
6 #define CHROME_BROWSER_SEARCH_HOTWORD_SERVICE_H_
8 #include "base/basictypes.h"
9 #include "components/browser_context_keyed_service/browser_context_keyed_service.h"
13 // Provides an interface for the Hotword component that does voice triggered
15 class HotwordService
: public BrowserContextKeyedService
{
17 explicit HotwordService(Profile
* profile
);
18 virtual ~HotwordService();
23 DISALLOW_COPY_AND_ASSIGN(HotwordService
);
26 #endif // CHROME_BROWSER_SEARCH_HOTWORD_SERVICE_H_