Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(764)

Unified Diff: chrome/browser/ui/views/apps/app_window_desktop_native_widget_aura_win.h

Issue 229343004: Revert 262516 "Remove title and icon from chrome apps native style title bars." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/apps/app_window_desktop_native_widget_aura_win.h
diff --git a/chrome/browser/ui/views/apps/app_window_desktop_native_widget_aura_win.h b/chrome/browser/ui/views/apps/app_window_desktop_native_widget_aura_win.h
deleted file mode 100644
index 59dd07b1c4e3187a64e63ce5821d896499bf2b62..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/apps/app_window_desktop_native_widget_aura_win.h
+++ /dev/null
@@ -1,41 +0,0 @@
-// Copyright 2014 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 CHROME_BROWSER_UI_VIEWS_APPS_APP_WINDOW_DESKTOP_NATIVE_WIDGET_AURA_WIN_H_
-#define CHROME_BROWSER_UI_VIEWS_APPS_APP_WINDOW_DESKTOP_NATIVE_WIDGET_AURA_WIN_H_
-
-#include "base/basictypes.h"
-#include "ui/views/widget/desktop_aura/desktop_native_widget_aura.h"
-
-class BrowserFrame;
-class BrowserView;
-class ChromeNativeAppWindowViewsWin;
-
-namespace wm {
-class VisibilityController;
-}
-
-// AppWindowDesktopNativeWidgetAura is a DesktopNativeWidgetAura subclass that
-// handles creating the right type of tree hosts for app windows on Windows.
-class AppWindowDesktopNativeWidgetAuraWin
- : public views::DesktopNativeWidgetAura {
- public:
- explicit AppWindowDesktopNativeWidgetAuraWin(
- ChromeNativeAppWindowViewsWin* app_window);
-
- protected:
- virtual ~AppWindowDesktopNativeWidgetAuraWin();
-
- // Overridden from views::DesktopNativeWidgetAura:
- virtual void InitNativeWidget(const views::Widget::InitParams& params)
- OVERRIDE;
-
- private:
- // Ownership managed by the views system.
- ChromeNativeAppWindowViewsWin* app_window_;
-
- DISALLOW_COPY_AND_ASSIGN(AppWindowDesktopNativeWidgetAuraWin);
-};
-
-#endif // CHROME_BROWSER_UI_VIEWS_APPS_APP_WINDOW_DESKTOP_NATIVE_WIDGET_AURA_WIN_H_
« no previous file with comments | « apps/ui/views/native_app_window_views.h ('k') | chrome/browser/ui/views/apps/app_window_desktop_native_widget_aura_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698