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

Unified Diff: chrome/browser/extensions/extension_file_browser_private_api.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/extensions/extension_file_browser_private_api.cc
diff --git a/chrome/browser/extensions/extension_file_browser_private_api.cc b/chrome/browser/extensions/extension_file_browser_private_api.cc
index c6456c0a5fc6c3779c45d22d085aacbc64720407..7f71b3925b0926419664646c29f145cfb29f4183 100644
--- a/chrome/browser/extensions/extension_file_browser_private_api.cc
+++ b/chrome/browser/extensions/extension_file_browser_private_api.cc
@@ -1679,15 +1679,8 @@ bool FileDialogStringsFunction::RunImpl() {
ChromeURLDataManager::DataSource::SetFontAndTextDirection(dict);
- // TODO(serya): Create a new string in .grd file for this one in M13.
- dict->SetString("PREVIEW_IMAGE",
- l10n_util::GetStringUTF16(IDS_CERT_MANAGER_VIEW_CERT_BUTTON));
dict->SetString("PLAY_MEDIA",
dgozman 2011/12/05 11:47:34 Maybe, we do not use this too?
Vladislav Kaznacheev 2011/12/05 13:40:11 We do use it. On 2011/12/05 11:47:34, dgozman wrot
l10n_util::GetStringUTF16(IDS_CONTENT_CONTEXT_PLAY));
-#if defined(OS_CHROMEOS)
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnablePhotoEditor))
- dict->SetString("ENABLE_PHOTO_EDITOR", "true");
-#endif
return true;
}

Powered by Google App Engine
This is Rietveld 408576698