summaryrefslogtreecommitdiffstats
path: root/views/widget/widget.h
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-14 19:51:27 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-14 19:51:27 +0000
commit5084fddc4d0672d5062bb3626d3a7c13525a2a41 (patch)
tree9d19bde6c1706550c013c7cb47d6dc0f4d2e3009 /views/widget/widget.h
parenta485f51aef852de42617b523db71794349664764 (diff)
downloadchromium_src-5084fddc4d0672d5062bb3626d3a7c13525a2a41.zip
chromium_src-5084fddc4d0672d5062bb3626d3a7c13525a2a41.tar.gz
chromium_src-5084fddc4d0672d5062bb3626d3a7c13525a2a41.tar.bz2
Revert "Relanding 100792"
This reverts commit 1de05c148460b26037b069501c19ee0c20aeb4ad. TBR=backer@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/7888049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/widget/widget.h')
-rw-r--r--views/widget/widget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/views/widget/widget.h b/views/widget/widget.h
index 368432c..8104b1c 100644
--- a/views/widget/widget.h
+++ b/views/widget/widget.h
@@ -565,9 +565,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// TYPE_CONTROL and TYPE_TOOLTIP is not considered top level.
bool is_top_level() const { return is_top_level_; }
- // Returns the bounds of work area in the screen that Widget belongs to.
- gfx::Rect GetWorkAreaBoundsInScreen() const;
-
// Overridden from NativeWidgetDelegate:
virtual bool IsModal() const OVERRIDE;
virtual bool IsDialogBox() const OVERRIDE;