Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / frame / test_with_browser_view.cc
index f7d5315..30c166a 100644 (file)
@@ -40,6 +40,15 @@ BrowserContextKeyedService* CreateAutocompleteClassifier(
 TestWithBrowserView::TestWithBrowserView() {
 }
 
+TestWithBrowserView::TestWithBrowserView(
+    Browser::Type browser_type,
+    chrome::HostDesktopType host_desktop_type,
+    bool hosted_app)
+    : BrowserWithTestWindowTest(browser_type,
+                                host_desktop_type,
+                                hosted_app) {
+}
+
 TestWithBrowserView::~TestWithBrowserView() {
 }