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

Unified Diff: chrome/browser/about_flags.cc

Issue 8799006: Replace the Slideshow with the Photo Editor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 34633ea8be8cd35795c5e9eec5ac9ebdf74c1c44..a1d773d7822db66b21ea4507640c1aa39030bf45 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -395,15 +395,6 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableHttpPipelining)
},
-#if defined(OS_CHROMEOS)
- {
- "enable-photo-editor",
- IDS_FLAGS_ENABLE_PHOTO_EDITOR_NAME,
- IDS_FLAGS_ENABLE_PHOTO_EDITOR_DESCRIPTION,
- kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kEnablePhotoEditor)
- },
-#endif
{
"enable-media-source",
IDS_FLAGS_ENABLE_MEDIA_SOURCE_NAME,

Powered by Google App Engine
This is Rietveld 408576698