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 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 { |