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

Unified Diff: chrome/browser/about_flags.cc

Issue 2551303003: Remove unused packaged app window controls code. (Closed)
Patch Set: Nit Created 4 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/apps/window_controls_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 71052d38d06c8483444d9f7fd9a46e382a5fd2cd..f25b9265f77f6a1cb84556a4ff02c6a3c7f8717c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -758,11 +758,6 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-fast-unload", IDS_FLAGS_FAST_UNLOAD_NAME,
IDS_FLAGS_FAST_UNLOAD_DESCRIPTION, kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableFastUnload)},
-#if BUILDFLAG(ENABLE_EXTENSIONS)
- {"enable-app-window-controls", IDS_FLAGS_APP_WINDOW_CONTROLS_NAME,
- IDS_FLAGS_APP_WINDOW_CONTROLS_DESCRIPTION, kOsDesktop,
- SINGLE_VALUE_TYPE(extensions::switches::kEnableAppWindowControls)},
-#endif // ENABLE_EXTENSIONS
{"enable-history-entry-requires-user-gesture",
IDS_FLAGS_HISTORY_REQUIRES_USER_GESTURE_NAME,
IDS_FLAGS_HISTORY_REQUIRES_USER_GESTURE_DESCRIPTION, kOsAll,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/apps/window_controls_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698