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

Unified Diff: chrome/browser/ui/webui/signin/md_user_manager_ui.h

Issue 2468723003: Move session service and supervised users to buildflags. (Closed)
Patch Set: Created 4 years, 1 month 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/options/options_ui.cc ('k') | chrome/browser/ui/webui/signin/md_user_manager_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/signin/md_user_manager_ui.h
diff --git a/chrome/browser/ui/webui/signin/md_user_manager_ui.h b/chrome/browser/ui/webui/signin/md_user_manager_ui.h
index e7cd8407bbd8402f20286bdefe7470ee828182cb..8555a4b2b1616bfff5ca091450266c63093aebfd 100644
--- a/chrome/browser/ui/webui/signin/md_user_manager_ui.h
+++ b/chrome/browser/ui/webui/signin/md_user_manager_ui.h
@@ -6,12 +6,13 @@
#define CHROME_BROWSER_UI_WEBUI_SIGNIN_MD_USER_MANAGER_UI_H_
#include "base/macros.h"
+#include "chrome/common/features.h"
#include "content/public/browser/web_ui_controller.h"
class SigninCreateProfileHandler;
class UserManagerScreenHandler;
-#if defined(ENABLE_SUPERVISED_USERS)
+#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
class SigninSupervisedUserImportHandler;
#endif
@@ -36,7 +37,7 @@ class MDUserManagerUI : public content::WebUIController {
SigninCreateProfileHandler* signin_create_profile_handler_;
UserManagerScreenHandler* user_manager_screen_handler_;
-#if defined(ENABLE_SUPERVISED_USERS)
+#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
SigninSupervisedUserImportHandler* signin_supervised_user_import_handler_;
#endif
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui.cc ('k') | chrome/browser/ui/webui/signin/md_user_manager_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698