| Index: chrome/test/chromedriver/chrome/chrome_desktop_impl.h | 
| diff --git a/chrome/test/chromedriver/chrome/chrome_desktop_impl.h b/chrome/test/chromedriver/chrome/chrome_desktop_impl.h | 
| index c8e86a7da461e89a1758099871bbe42fef3655b8..d4484196dceac3ce35aca7b93a32c2b71a98d068 100644 | 
| --- a/chrome/test/chromedriver/chrome/chrome_desktop_impl.h | 
| +++ b/chrome/test/chromedriver/chrome/chrome_desktop_impl.h | 
| @@ -49,6 +49,7 @@ class ChromeDesktopImpl : public ChromeImpl { | 
| virtual std::string GetOperatingSystemName() OVERRIDE; | 
|  | 
| // Overridden from ChromeImpl: | 
| +  virtual bool IsMobileEmulationEnabled() const OVERRIDE; | 
| virtual Status QuitImpl() OVERRIDE; | 
|  | 
| const base::CommandLine& command() const; | 
|  |