| Index: chrome/browser/ui/status_bubble.h
 | 
| diff --git a/chrome/browser/ui/status_bubble.h b/chrome/browser/ui/status_bubble.h
 | 
| index 7ecb852563075974f0c8c444bb10dd682e9be44d..1d52275aa6f062309c697eb0423e9c1e57b1454a 100644
 | 
| --- a/chrome/browser/ui/status_bubble.h
 | 
| +++ b/chrome/browser/ui/status_bubble.h
 | 
| @@ -35,9 +35,8 @@ class StatusBubble {
 | 
|  
 | 
|    // Sets the bubble text to a URL - if given a non-empty URL, this will cause
 | 
|    // the bubble to fade in and remain open until given an empty URL or until
 | 
| -  // the Hide() method is called. languages is the value of Accept-Language
 | 
| -  // to determine what characters are understood by a user.
 | 
| -  virtual void SetURL(const GURL& url, const std::string& languages) = 0;
 | 
| +  // the Hide() method is called.
 | 
| +  virtual void SetURL(const GURL& url) = 0;
 | 
|  
 | 
|    // Skip the fade and instant-hide the bubble.
 | 
|    virtual void Hide() = 0;
 | 
| 
 |