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

Unified Diff: chrome/browser/about_flags.cc

Issue 2592593002: Remove the flag to disable Quick View, since it has been released. (Closed)
Patch Set: Format. 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 | « no previous file | chromeos/chromeos_switches.h » ('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 62bd08b0d916a3c260b741141b9aae427707ea59..5c09a2a43d48d8ef93a4fbb27293a467e66cd928 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2014,10 +2014,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_BACKGROUND_VIDEO_TRACK_OPTIMIZATION_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(media::kBackgroundVideoTrackOptimization)},
#if defined(OS_CHROMEOS)
- {"files-quick-view", IDS_FLAGS_FILES_QUICK_VIEW_NAME,
fukino 2016/12/20 07:38:29 IDS_FLAGS_FILES_QUICK_VIEW_NAME and IDS_FLAGS_FILE
oka 2016/12/20 08:02:20 Done.
- IDS_FLAGS_FILES_QUICK_VIEW_DESCRIPTION, kOsCrOS,
- ENABLE_DISABLE_VALUE_TYPE(chromeos::switches::kEnableFilesQuickView,
- chromeos::switches::kDisableFilesQuickView)},
{"quick-unlock-pin", IDS_FLAGS_QUICK_UNLOCK_PIN,
IDS_FLAGS_QUICK_UNLOCK_PIN_DESCRIPTION, kOsCrOS,
FEATURE_VALUE_TYPE(features::kQuickUnlockPin)},
« no previous file with comments | « no previous file | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698