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

Unified Diff: chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h

Issue 2898273002: Move Voice Interaction shortcut to accelerator_controller.cc (Closed)
Patch Set: Created 3 years, 7 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/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h
diff --git a/chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h b/chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h
index 78cd5c7c63a129b9fe6c0dbec9b0a9e383e271f1..a9769062389288ef5b8b2b1d3c2f163a6707e019 100644
--- a/chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h
+++ b/chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h
@@ -48,6 +48,8 @@ class ArcVoiceInteractionFrameworkService
void ShowMetalayer(const base::Closure& closed);
void HideMetalayer();
+ void StartVoiceInteractionSession();
Yusuke Sato 2017/05/23 19:41:52 Function comment please. This is public.
yueli 2017/05/23 22:59:56 Done.
+
// For supporting ArcServiceManager::GetService<T>().
static const char kArcServiceName[];

Powered by Google App Engine
This is Rietveld 408576698