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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler.cc

Issue 10830157: [cros] Disable GIF user images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months 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/browser/resources/options2/chromeos/change_picture_options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler.cc
diff --git a/chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler.cc b/chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler.cc
index 55eac97a1c52d29c13dd1fc0beb14e3482374bba..803c30f86f394a7179b224d060fc0697f1ab4e04 100644
--- a/chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler.cc
+++ b/chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler.cc
@@ -48,8 +48,6 @@ ui::SelectFileDialog::FileTypeInfo GetUserImageFileTypeInfo() {
file_type_info.extensions[0].push_back(FILE_PATH_LITERAL("bmp"));
- file_type_info.extensions[0].push_back(FILE_PATH_LITERAL("gif"));
-
file_type_info.extensions[0].push_back(FILE_PATH_LITERAL("jpg"));
file_type_info.extensions[0].push_back(FILE_PATH_LITERAL("jpeg"));
« no previous file with comments | « chrome/browser/resources/options2/chromeos/change_picture_options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698