summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/ui/webui/settings/chromeos/google_assistant_handler.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-08 12:34:02 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-08 11:36:33 +0000
commitd702e4b6a64574e97fc7df8fe3238cde70242080 (patch)
tree3297e13ad4560b4c4a0d23dcd32724ff6ac2e3fe /chromium/chrome/browser/ui/webui/settings/chromeos/google_assistant_handler.cc
parente6430e577f105ad8813c92e75c54660c4985026e (diff)
downloadqtwebengine-chromium-d702e4b6a64574e97fc7df8fe3238cde70242080.tar.gz
BASELINE: Update Chromium to 61.0.3163.140
Change-Id: I646c933139007f1fdc42e7a4073652f8e6e55b5a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/chrome/browser/ui/webui/settings/chromeos/google_assistant_handler.cc')
-rw-r--r--chromium/chrome/browser/ui/webui/settings/chromeos/google_assistant_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/browser/ui/webui/settings/chromeos/google_assistant_handler.cc b/chromium/chrome/browser/ui/webui/settings/chromeos/google_assistant_handler.cc
index d046f21e27d..69b4aef7ff2 100644
--- a/chromium/chrome/browser/ui/webui/settings/chromeos/google_assistant_handler.cc
+++ b/chromium/chrome/browser/ui/webui/settings/chromeos/google_assistant_handler.cc
@@ -48,7 +48,7 @@ void GoogleAssistantHandler::HandleSetGoogleAssistantEnabled(
auto* service =
arc::ArcVoiceInteractionFrameworkService::GetForBrowserContext(profile_);
if (service)
- service->SetVoiceInteractionEnabled(enabled);
+ service->SetVoiceInteractionEnabled(enabled, base::BindOnce([](bool) {}));
}
void GoogleAssistantHandler::HandleSetGoogleAssistantContextEnabled(