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-26 22:55:28 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 22:55:28 +0000
commit4d34e2ef8022e6a7771c6f4cd171547fc4b60518 (patch)
treeb90d1071552813de90df3bbcd9cc82bd1202ac9a /chrome/common/temp_scaffolding_stubs.h
parent122262403bda963a3bfd93aab68a3c2861de584f (diff)
downloadchromium_src-4d34e2ef8022e6a7771c6f4cd171547fc4b60518.zip
chromium_src-4d34e2ef8022e6a7771c6f4cd171547fc4b60518.tar.gz
chromium_src-4d34e2ef8022e6a7771c6f4cd171547fc4b60518.tar.bz2
Add a single monitor implementation of WindowSizer for Linux. (try 2)
BUG=10005 Review URL: http://codereview.chromium.org/115723 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16940 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r--chrome/common/temp_scaffolding_stubs.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index 630d8dd..300c240 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -339,25 +339,11 @@ class FaviconStatus {
#if !defined(TOOLKIT_VIEWS)
class DockInfo {
public:
- bool GetNewWindowBounds(gfx::Rect*, bool*) const {
- NOTIMPLEMENTED();
- return false;
- }
+ bool GetNewWindowBounds(gfx::Rect*, bool*) const;
void AdjustOtherWindowBounds() const { NOTIMPLEMENTED(); }
};
#endif
-#if defined(OS_LINUX) && !defined(TOOLKIT_VIEWS)
-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