diff options
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 11 |
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 |