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

Unified Diff: ash/monitor/secondary_monitor_view.h

Issue 9701098: MultiMonitor support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix shutdown order Created 8 years, 9 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: ash/monitor/secondary_monitor_view.h
diff --git a/ash/monitor/secondary_monitor_view.h b/ash/monitor/secondary_monitor_view.h
new file mode 100644
index 0000000000000000000000000000000000000000..fbfc6019a052cdd8dc9a843ca1d2fdf376dea5d8
--- /dev/null
+++ b/ash/monitor/secondary_monitor_view.h
@@ -0,0 +1,23 @@
+// 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 ASH_MONITOR_SECONDARY_MONITOR_VIEW_H_
+#define ASH_MONITOR_SECONDARY_MONITOR_VIEW_H_
+#pragma once
+
+namespace aura {
+class Window;
+}
+
+namespace views {
+class Widget;
+}
+
+namespace ash {
+
+views::Widget* CreateSecondaryMonitorWidget(aura::Window* parent);
Ben Goodger (Google) 2012/03/20 17:09:02 // Creates the widget that hosts the static messag
oshima 2012/03/20 19:26:36 Done.
+
+} // namespace ash
+
+#endif // ASH_MONITOR_SECONDARY_MONITOR_VIEW_H_

Powered by Google App Engine
This is Rietveld 408576698