summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 21:18:28 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 21:18:28 +0000
commitc6d97ad27c69d7909c55ebbec523c3df10ec08a0 (patch)
tree0d780af45fa9e3a2965c7d67c347941982f80e3f /chrome/common/temp_scaffolding_stubs.h
parent7f6f0623f4ee9bb83f168c97c85b71f0f8e52bec (diff)
downloadchromium_src-c6d97ad27c69d7909c55ebbec523c3df10ec08a0.zip
chromium_src-c6d97ad27c69d7909c55ebbec523c3df10ec08a0.tar.gz
chromium_src-c6d97ad27c69d7909c55ebbec523c3df10ec08a0.tar.bz2
Add a single monitor implementation of WindowSizer for Linux.
BUG=10005 Review URL: http://codereview.chromium.org/114041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16796 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r--chrome/common/temp_scaffolding_stubs.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index b0b7d1a..3cb8bcb 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -345,17 +345,6 @@ class DockInfo {
};
#endif
-#if defined(OS_LINUX)
-class WindowSizer {
- public:
- static void GetBrowserWindowBounds(const std::wstring& app_name,
- const gfx::Rect& specified_bounds,
- Browser* browser,
- gfx::Rect* window_bounds,
- bool* maximized);
-};
-#endif
-
//---------------------------------------------------------------------------
// These stubs are for Profile