diff options
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, |