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

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: Updated manifest, postponed deleting slideshow.html 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/extension_file_browser_private_api.cc » ('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 a5bca1112ab8a58151493a6cb23cc0fb8e4ca296..52208be39f4570f281ef31309dbd8409911eaa15 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -399,15 +399,6 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableExtensionAlerts)
},
-#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,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/extension_file_browser_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698