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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.h

Issue 800523002: [Hotword] Sync Audio History pref every 24 hours, when opening chrome://settings and . . . (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another compile error Created 6 years 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/ui/webui/options/browser_options_handler.h
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h
index 6bfd46a5ac979aa5aae1eea930a01bc2b9dbbe66..91eb87243ea9425bfade3e7f66f26acdf7ed4abe 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.h
+++ b/chrome/browser/ui/webui/options/browser_options_handler.h
@@ -285,6 +285,12 @@ class BrowserOptionsHandler
// the hotword section of the settings page.
void SendHotwordAvailable();
+ // Callback that shows the audio history upon completion of a call to the
+ // server to the get the current value.
+ void ShowHotwordAudioHistorySection(bool always_on,
+ bool success,
+ bool logging_enabled);
+
// Callback for "requestHotwordAvailable" message.
void HandleRequestHotwordAvailable(const base::ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698