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

Unified Diff: chrome/browser/about_flags.cc

Issue 2677023003: Clean up IconNTP-related code (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/search/local_ntp_source.cc » ('j') | chrome/browser/search/local_ntp_source.cc » ('J')
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 abf48c46259baade4a25cae1ce7c25e9b1b8b31c..0ea50fa7e441ae1e381d09601a05c6f528e1a955 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1079,9 +1079,6 @@ const FeatureEntry kFeatureEntries[] = {
"1",
switches::kScrollEndEffect,
"0")},
- {"enable-icon-ntp", IDS_FLAGS_ICON_NTP_NAME, IDS_FLAGS_ICON_NTP_DESCRIPTION,
- kOsAll, ENABLE_DISABLE_VALUE_TYPE(switches::kEnableIconNtp,
- switches::kDisableIconNtp)},
{"enable-touch-drag-drop", IDS_FLAGS_TOUCH_DRAG_DROP_NAME,
IDS_FLAGS_TOUCH_DRAG_DROP_DESCRIPTION, kOsWin | kOsCrOS,
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableTouchDragDrop,
« no previous file with comments | « no previous file | chrome/browser/search/local_ntp_source.cc » ('j') | chrome/browser/search/local_ntp_source.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698