Roll src/third_party/WebKit bf18a82:a9cee16 (svn 185297:185304)
[chromium-blink-merge.git] / athena / extensions / athena_native_app_window_views.h
blob3d2027681d1507bec139df8574d46ccbbb4ca80f
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef ATHENA_EXTENSIONS_ATHENA_NATIVE_APP_WINDOW_VIEWS_H_
6 #define ATHENA_EXTENSIONS_ATHENA_NATIVE_APP_WINDOW_VIEWS_H_
8 #include "extensions/components/native_app_window/native_app_window_views.h"
10 namespace athena {
12 class AthenaNativeAppWindowViews
13 : public native_app_window::NativeAppWindowViews {
14 public:
15 AthenaNativeAppWindowViews() {}
16 ~AthenaNativeAppWindowViews() override {}
18 views::WebView* GetWebView();
20 private:
21 DISALLOW_COPY_AND_ASSIGN(AthenaNativeAppWindowViews);
24 } // namespace athena
26 #endif // ATHENA_EXTENSIONS_ATHENA_NATIVE_APP_WINDOW_VIEWS_H_