Chromium Code Reviews| 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, |