diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 17:51:22 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 17:51:22 +0000 |
commit | 4d9cf078fa29f9e4b530c909af386ef201e3a935 (patch) | |
tree | 4dda99a30ce36d34f2b6869e42072a567dcafb45 /chrome/common/temp_scaffolding_stubs.h | |
parent | 0387ae933d009e37f5fcba94544f356b45e617c1 (diff) | |
download | chromium_src-4d9cf078fa29f9e4b530c909af386ef201e3a935.zip chromium_src-4d9cf078fa29f9e4b530c909af386ef201e3a935.tar.gz chromium_src-4d9cf078fa29f9e4b530c909af386ef201e3a935.tar.bz2 |
Removes FindBar cruft from TabContentsViewMac.
TEST=Ran Chromium, clicked around, found something in page. Nothing seems to
have broken.
Review URL: http://codereview.chromium.org/93124
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index 93a3b7d..503c282 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -418,26 +418,6 @@ class HtmlDialogContents { }; }; -#if defined(OS_MACOSX) - -class TabContentsView; - -class FindBarMac { - public: - FindBarMac(TabContentsView*, gfx::NativeWindow) { } - void Show() { } - void Close() { } - void StartFinding(bool&) { } - void EndFindSession() { } - void DidBecomeUnselected() { } - bool IsVisible() { return false; } - bool IsAnimating() { return false; } - gfx::NativeView GetView() { return nil; } - std::string find_string() { return ""; } - void OnFindReply(int, int, const gfx::Rect&, int, bool) { } -}; -#endif - class LoginHandler { public: void SetAuth(const std::wstring& username, |