| Index: chrome/browser/ui/views/status_bubble_views.h
|
| diff --git a/chrome/browser/ui/views/status_bubble_views.h b/chrome/browser/ui/views/status_bubble_views.h
|
| index 02f069fd47be91f2d97b9b863ed84b6abd91d256..142f31459edf09e30f0f4bc37b9a37ccb4c48a23 100644
|
| --- a/chrome/browser/ui/views/status_bubble_views.h
|
| +++ b/chrome/browser/ui/views/status_bubble_views.h
|
| @@ -55,7 +55,7 @@ class StatusBubbleViews : public StatusBubble {
|
|
|
| // Overridden from StatusBubble:
|
| void SetStatus(const base::string16& status) override;
|
| - void SetURL(const GURL& url, const std::string& languages) override;
|
| + void SetURL(const GURL& url) override;
|
| void Hide() override;
|
| void MouseMoved(const gfx::Point& location, bool left_content) override;
|
| void UpdateDownloadShelfVisibility(bool visible) override;
|
| @@ -106,9 +106,6 @@ class StatusBubbleViews : public StatusBubble {
|
| // The original, non-elided URL.
|
| GURL url_;
|
|
|
| - // Used to elide the original URL again when we expand it.
|
| - std::string languages_;
|
| -
|
| // Position relative to the base_view_.
|
| gfx::Point original_position_;
|
| // original_position_ adjusted according to the current RTL.
|
|
|