Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / omnibox / omnibox_view_mac_unittest.mm
index 2ad516b..6caba77 100644 (file)
@@ -72,6 +72,9 @@ class TestingToolbarModelDelegate : public ToolbarModelDelegate {
   virtual content::WebContents* GetActiveWebContents() const OVERRIDE {
     return NULL;
   }
+  virtual bool InTabbedBrowser() const OVERRIDE {
+    return true;
+  }
 
  private:
   DISALLOW_COPY_AND_ASSIGN(TestingToolbarModelDelegate);