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

Unified Diff: chrome/browser/about_flags.cc

Issue 2551303003: Remove unused packaged app window controls code. (Closed)
Patch Set: Oops 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 daeeff616d1e709ae7dfa24e6275c91b7f09ecda..326f9fd7a95b8b7845105d04ee7611d90b98e096 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -736,9 +736,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_FAST_UNLOAD_DESCRIPTION, kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableFastUnload)},
#if BUILDFLAG(ENABLE_EXTENSIONS)
tapted 2016/12/06 23:28:36 Remove the #if/#endif?
benwells 2016/12/16 02:22:36 Done.
- {"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,

Powered by Google App Engine
This is Rietveld 408576698