Index: chrome/test/chromedriver/chrome/stub_chrome.h |
diff --git a/chrome/test/chromedriver/chrome/stub_chrome.h b/chrome/test/chromedriver/chrome/stub_chrome.h |
index 1e07aa071aa8887b62f59dd31cb2e991278e17aa..ba0932847d9f5e73b2841c06e5f11c388ab3b949 100644 |
--- a/chrome/test/chromedriver/chrome/stub_chrome.h |
+++ b/chrome/test/chromedriver/chrome/stub_chrome.h |
@@ -30,6 +30,7 @@ class StubChrome : public Chrome { |
virtual Status CloseWebView(const std::string& id) OVERRIDE; |
virtual Status ActivateWebView(const std::string& id) OVERRIDE; |
virtual std::string GetOperatingSystemName() OVERRIDE; |
+ virtual bool IsMobileEmulationEnabled() const OVERRIDE; |
virtual Status Quit() OVERRIDE; |
private: |