diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-15 05:16:14 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-15 05:16:14 +0000 |
commit | 517fce72cfb80e2301a673b994a9340aba97a218 (patch) | |
tree | f0d3cc045fa0bbe4194831331b4a4739f19704a0 /chrome/browser/notifications | |
parent | 1a740347fa60e528f67fd8c6b4cc3d3fd832d565 (diff) | |
download | chromium_src-517fce72cfb80e2301a673b994a9340aba97a218.zip chromium_src-517fce72cfb80e2301a673b994a9340aba97a218.tar.gz chromium_src-517fce72cfb80e2301a673b994a9340aba97a218.tar.bz2 |
Remove more non-aura windows code.
BUG=BUG=330735
R=scottmg@chromium.org, sky@chromium.org
Review URL: https://codereview.chromium.org/137993009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244831 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications')
-rw-r--r-- | chrome/browser/notifications/balloon.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/balloon.cc b/chrome/browser/notifications/balloon.cc index 0997212..3da956b 100644 --- a/chrome/browser/notifications/balloon.cc +++ b/chrome/browser/notifications/balloon.cc @@ -12,7 +12,7 @@ #include "ui/gfx/rect.h" #include "ui/gfx/size.h" -#if !defined(OS_WIN) && !defined(USE_AURA) +#if !defined(USE_AURA) // static int BalloonView::GetHorizontalMargin() { // TODO: implement for linux (non-aura) and mac. |