summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-06 00:21:36 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-06 00:21:36 +0000
commit5665769ecaa9305433d8582aa26fb44f0ab0146f (patch)
tree49698e545050ef2d4918b345e61844cf89809d90 /chrome/common
parent8618fa7fa6a2f11c6e89a8fb00864306874b33fc (diff)
downloadchromium_src-5665769ecaa9305433d8582aa26fb44f0ab0146f.zip
chromium_src-5665769ecaa9305433d8582aa26fb44f0ab0146f.tar.gz
chromium_src-5665769ecaa9305433d8582aa26fb44f0ab0146f.tar.bz2
Add dock_info.cc to the linux build.
BUG=none TEST=none Review URL: http://codereview.chromium.org/118344 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/temp_scaffolding_stubs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index df3e258..3ca4021 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -294,7 +294,7 @@ void ShowOptionsWindow(OptionsPage page,
}
#endif
-#if !defined(TOOLKIT_VIEWS)
+#if defined(OS_MACOSX)
bool DockInfo::GetNewWindowBounds(gfx::Rect* new_window_bounds,
bool* maximize_new_window) const {
NOTIMPLEMENTED();