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

Side by Side Diff: chrome/browser/ui/views/window.h

Issue 10271002: browser: Remove window.{cc,h} module completely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2012 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.
4
5 #ifndef CHROME_BROWSER_UI_VIEWS_WINDOW_H_
6 #define CHROME_BROWSER_UI_VIEWS_WINDOW_H_
7 #pragma once
8
9 #include "ui/gfx/native_widget_types.h"
10
11 namespace views {
12 class Widget;
13 class WidgetDelegate;
14 }
15
16 namespace browser {
17
18 // Create a frameless window for given |delegate|.
19 views::Widget* CreateFramelessViewsWindow(gfx::NativeWindow parent,
20 views::WidgetDelegate* delegate);
21
22 } // namespace browser
23
24 #endif // CHROME_BROWSER_UI_VIEWS_WINDOW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/keyboard_overlay_dialog_view.cc ('k') | chrome/browser/ui/views/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698