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

Unified Diff: chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.h

Issue 2406303003: Move enable_app_list to a buildflag. (Closed)
Patch Set: More grit defines Created 4 years, 2 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/ui/views/apps/app_info_dialog/app_info_dialog_container.h
diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.h b/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.h
index 15feb8fc4eb53e09346ea62d630f3cbe4032ad0b..2ab1a910a2e67c3ed4bc3af9c6b3529f8540a80f 100644
--- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.h
+++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_VIEWS_APPS_APP_INFO_DIALOG_APP_INFO_DIALOG_CONTAINER_H_
#include "base/callback_forward.h"
+#include "chrome/common/features.h"
#include "ui/gfx/geometry/size.h"
namespace views {
@@ -13,7 +14,7 @@ class DialogDelegateView;
class View;
}
-#if defined(ENABLE_APP_LIST)
+#if BUILDFLAG(ENABLE_APP_LIST)
// Creates a new dialog containing |view| that can be displayed inside the app
// list, covering the entire app list and adding a close button. Takes ownership

Powered by Google App Engine
This is Rietveld 408576698