Chromium Code Reviews| 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; |
| } |