summaryrefslogtreecommitdiffstats
path: root/ui/message_center
diff options
context:
space:
mode:
authorcourage@chromium.org <courage@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-22 19:28:47 +0000
committercourage@chromium.org <courage@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-22 19:28:47 +0000
commite50805795472a3a2fb94b96d6c2839e09dff1a92 (patch)
tree0cbdd523140914158d9eec74f48d5b15934bd6e9 /ui/message_center
parentedcdb285fe8ece3b258bfe93301fedcff74eab6f (diff)
downloadchromium_src-e50805795472a3a2fb94b96d6c2839e09dff1a92.zip
chromium_src-e50805795472a3a2fb94b96d6c2839e09dff1a92.tar.gz
chromium_src-e50805795472a3a2fb94b96d6c2839e09dff1a92.tar.bz2
Revert 272211 "Allow high-res bitmaps to be passed in from notif..."
Caused test failure in NotificationsCustomBindingsTest.TestGetUrlSpecs > Allow high-res bitmaps to be passed in from notifications API. > > Previously the custom binding in JS would prevent an image that's larger > than the size of the template from being sent to the browser process. > This relaxes the maximum to be the largest supported scale factor of the machine. > > BUG=239676 > > Review URL: https://codereview.chromium.org/256503004 TBR=dewittj@chromium.org Review URL: https://codereview.chromium.org/296113009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272270 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/message_center')
-rw-r--r--ui/message_center/message_center_style.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/message_center/message_center_style.h b/ui/message_center/message_center_style.h
index 5238149..738464c 100644
--- a/ui/message_center/message_center_style.h
+++ b/ui/message_center/message_center_style.h
@@ -6,8 +6,6 @@
#define UI_MESSAGE_CENTER_MESSAGE_CENTER_STYLE_H_
#include "base/basictypes.h"
-#include "base/memory/scoped_ptr.h"
-#include "base/values.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/gfx/size.h"
#include "ui/message_center/message_center_export.h"