| Index: content/public/browser/web_contents.h
 | 
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
 | 
| index 98934b7bd23168b6d5f4133308dc18de860f4806..024d65186067443a630e710856a0e1995c59bf61 100644
 | 
| --- a/content/public/browser/web_contents.h
 | 
| +++ b/content/public/browser/web_contents.h
 | 
| @@ -120,6 +120,10 @@ class WebContents : public PageNavigator {
 | 
|    virtual WebUI* GetWebUI() const = 0;
 | 
|    virtual WebUI* GetCommittedWebUI() const = 0;
 | 
|  
 | 
| +  // Allows overriding the user agent used for NavigationEntries it owns.
 | 
| +  virtual void SetUserAgentOverride(const std::string& override) = 0;
 | 
| +  virtual const std::string& GetUserAgentOverride() const = 0;
 | 
| +
 | 
|    // Tab navigation state ------------------------------------------------------
 | 
|  
 | 
|    // Returns the current navigation properties, which if a navigation is
 | 
| 
 |