Index: ui/views/bubble/bubble_delegate.h |
=================================================================== |
--- ui/views/bubble/bubble_delegate.h (revision 110830) |
+++ ui/views/bubble/bubble_delegate.h (working copy) |
@@ -60,7 +60,6 @@ |
} |
View* anchor_view() const { return anchor_view_; } |
- void set_anchor_view(View* anchor_view) { anchor_view_ = anchor_view; } |
bool use_focusless() const { return use_focusless_; } |
void set_use_focusless(bool use_focusless) { |