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

Unified Diff: chrome/browser/ui/webui/settings/md_settings_ui.cc

Issue 2952463002: App list sync unit tests (Closed)
Patch Set: Add in dummy hooks for assistant settings launcher Created 3 years, 5 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/ui/webui/settings/md_settings_localized_strings_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/settings/md_settings_ui.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_ui.cc b/chrome/browser/ui/webui/settings/md_settings_ui.cc
index 7ee8b9922c295c6f6bab6f5de1de1e9328ca703e..43c81d5fd0fb4276baa826dcdcd0d0fffc365695 100644
--- a/chrome/browser/ui/webui/settings/md_settings_ui.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_ui.cc
@@ -77,6 +77,7 @@
#include "chrome/browser/ui/webui/settings/chromeos/device_stylus_handler.h"
#include "chrome/browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.h"
#include "chrome/browser/ui/webui/settings/chromeos/fingerprint_handler.h"
+#include "chrome/browser/ui/webui/settings/chromeos/google_assistant_handler.h"
#include "chrome/browser/ui/webui/settings/chromeos/internet_handler.h"
#include "chrome/common/chrome_switches.h"
#include "components/arc/arc_util.h"
@@ -164,6 +165,8 @@ MdSettingsUI::MdSettingsUI(content::WebUI* web_ui, const GURL& url)
base::MakeUnique<chromeos::settings::CupsPrintersHandler>(web_ui));
AddSettingsPageUIHandler(
base::MakeUnique<chromeos::settings::FingerprintHandler>(profile));
+ AddSettingsPageUIHandler(
+ base::MakeUnique<chromeos::settings::GoogleAssistantHandler>(profile));
AddSettingsPageUIHandler(
base::MakeUnique<chromeos::settings::KeyboardHandler>());
AddSettingsPageUIHandler(
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698