| Index: ui/views/examples/webview_example.h
|
| diff --git a/ui/views/examples/webview_example.h b/ui/views/examples/webview_example.h
|
| deleted file mode 100644
|
| index e55aced7eb5d6ba5b932b0cfe8ec83d3157144ba..0000000000000000000000000000000000000000
|
| --- a/ui/views/examples/webview_example.h
|
| +++ /dev/null
|
| @@ -1,38 +0,0 @@
|
| -// Copyright (c) 2012 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 UI_VIEWS_EXAMPLES_WEBVIEW_EXAMPLE_H_
|
| -#define UI_VIEWS_EXAMPLES_WEBVIEW_EXAMPLE_H_
|
| -
|
| -#include "base/macros.h"
|
| -#include "ui/views/examples/example_base.h"
|
| -
|
| -namespace content {
|
| -class BrowserContext;
|
| -}
|
| -
|
| -namespace views {
|
| -class WebView;
|
| -
|
| -namespace examples {
|
| -
|
| -class WebViewExample : public ExampleBase {
|
| - public:
|
| - explicit WebViewExample(content::BrowserContext* browser_context);
|
| - virtual ~WebViewExample();
|
| -
|
| - // ExampleBase:
|
| - virtual void CreateExampleView(View* container) override;
|
| -
|
| - private:
|
| - WebView* webview_;
|
| - content::BrowserContext* browser_context_;
|
| -
|
| - DISALLOW_COPY_AND_ASSIGN(WebViewExample);
|
| -};
|
| -
|
| -} // namespace examples
|
| -} // namespace views
|
| -
|
| -#endif // UI_VIEWS_EXAMPLES_WEBVIEW_EXAMPLE_H_
|
|
|