diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 21:26:13 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 21:26:13 +0000 |
commit | 8ebd02bc2e0b778418c06060d990fc6ceda21b5a (patch) | |
tree | 653dba7a527bb1ef22ce401eef8788f2ac35d844 /chrome/common/temp_scaffolding_stubs.h | |
parent | 0a9fe25653daa90f09eb7ff5b8309ccc70c20537 (diff) | |
download | chromium_src-8ebd02bc2e0b778418c06060d990fc6ceda21b5a.zip chromium_src-8ebd02bc2e0b778418c06060d990fc6ceda21b5a.tar.gz chromium_src-8ebd02bc2e0b778418c06060d990fc6ceda21b5a.tar.bz2 |
Gets LocationBarView to compile on linux. PageInfoWindow is nearly
there too, but needs Separator to actually completely compile.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/113720
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16660 0039d316-1c4b-4281-b951-d872f2087c98
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 7fad342..b0b7d1a 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -430,6 +430,7 @@ class RepostFormWarningDialog { virtual ~RepostFormWarningDialog() { } }; +#if !defined(TOOLKIT_VIEWS) class PageInfoWindow { public: enum TabID { @@ -446,6 +447,7 @@ class PageInfoWindow { NOTIMPLEMENTED(); } }; +#endif class FontsLanguagesWindowView { public: |