summaryrefslogtreecommitdiffstats
path: root/apps/shell/browser/web_view_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/shell/browser/web_view_window.h')
-rw-r--r--apps/shell/browser/web_view_window.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/apps/shell/browser/web_view_window.h b/apps/shell/browser/web_view_window.h
deleted file mode 100644
index e3d53f7..0000000
--- a/apps/shell/browser/web_view_window.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef APPS_SHELL_BROWSER_WEB_VIEW_WINDOW_H_
-#define APPS_SHELL_BROWSER_WEB_VIEW_WINDOW_H_
-
-namespace aura {
-class Window;
-}
-
-namespace content {
-class BrowserContext;
-}
-
-namespace views {
-class Widget;
-}
-
-namespace apps {
-
-// Create an example window containing a WebView.
-views::Widget* CreateWebViewWindow(content::BrowserContext* browser_context,
- aura::Window* window_context);
-
-} // namespace apps
-
-#endif // APPS_SHELL_BROWSER_WEB_VIEW_WINDOW_H_