diff options
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-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 a5bd9b0..fe22906 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -355,6 +355,7 @@ class DockInfo { void AdjustOtherWindowBounds() const { NOTIMPLEMENTED(); } }; +#if defined(OS_LINUX) class WindowSizer { public: static void GetBrowserWindowBounds(const std::wstring& app_name, @@ -363,6 +364,7 @@ class WindowSizer { gfx::Rect* window_bounds, bool* maximized); }; +#endif //--------------------------------------------------------------------------- // These stubs are for Profile |