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

Unified 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, 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/window.h
diff --git a/chrome/browser/ui/views/window.h b/chrome/browser/ui/views/window.h
deleted file mode 100644
index 5a242af7c48208402f2f695bcdbd0313d3fe4076..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/window.h
+++ /dev/null
@@ -1,24 +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 CHROME_BROWSER_UI_VIEWS_WINDOW_H_
-#define CHROME_BROWSER_UI_VIEWS_WINDOW_H_
-#pragma once
-
-#include "ui/gfx/native_widget_types.h"
-
-namespace views {
-class Widget;
-class WidgetDelegate;
-}
-
-namespace browser {
-
-// Create a frameless window for given |delegate|.
-views::Widget* CreateFramelessViewsWindow(gfx::NativeWindow parent,
- views::WidgetDelegate* delegate);
-
-} // namespace browser
-
-#endif // CHROME_BROWSER_UI_VIEWS_WINDOW_H_
« 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