| Index: apps/shell/web_view_window.h
|
| diff --git a/apps/shell/web_view_window.h b/apps/shell/web_view_window.h
|
| deleted file mode 100644
|
| index cfe2e078568ff1cd70825dc274bcafb8915f8ea0..0000000000000000000000000000000000000000
|
| --- a/apps/shell/web_view_window.h
|
| +++ /dev/null
|
| @@ -1,24 +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_WEB_VIEW_WINDOW_H_
|
| -#define APPS_SHELL_WEB_VIEW_WINDOW_H_
|
| -
|
| -namespace aura {
|
| -class Window;
|
| -}
|
| -
|
| -namespace content {
|
| -class BrowserContext;
|
| -}
|
| -
|
| -namespace apps {
|
| -
|
| -// Shows an example window containing a WebView.
|
| -void ShowWebViewWindow(content::BrowserContext* browser_context,
|
| - aura::Window* window_context);
|
| -
|
| -} // namespace apps
|
| -
|
| -#endif // APPS_SHELL_WEB_VIEW_WINDOW_H_
|
|
|