diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 03:05:11 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 03:05:11 +0000 |
commit | a105d2d84ccd4ddae8680b84d2243b4b71ce3e1c (patch) | |
tree | b6b4bfbb1ff4cb319134f22e0760782c83bb01fc /chrome/common | |
parent | 7322c44018c4e7b8bd58c67f52986660fb365d76 (diff) | |
download | chromium_src-a105d2d84ccd4ddae8680b84d2243b4b71ce3e1c.zip chromium_src-a105d2d84ccd4ddae8680b84d2243b4b71ce3e1c.tar.gz chromium_src-a105d2d84ccd4ddae8680b84d2243b4b71ce3e1c.tar.bz2 |
Refactors DockInfo so that it can be used on Linux. I haven't done the
gtk side yet.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/113424
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16142 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index eda42e8..bcf4dca 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -350,6 +350,7 @@ class FaviconStatus { GURL url_; }; +#if !defined(TOOLKIT_VIEWS) class DockInfo { public: bool GetNewWindowBounds(gfx::Rect*, bool*) const { @@ -358,6 +359,7 @@ class DockInfo { } void AdjustOtherWindowBounds() const { NOTIMPLEMENTED(); } }; +#endif #if defined(OS_LINUX) class WindowSizer { |