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

Unified Diff: chrome/browser/about_flags.cc

Issue 2551303003: Remove unused packaged app window controls code. (Closed)
Patch Set: Feedback 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 9abac3d1ed94d4e96c4cccdae61fea2edbf8fedd..33fafb3a13adcade4074a6be828077e9b51dbb6a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -727,11 +727,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,

Powered by Google App Engine
This is Rietveld 408576698