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

Unified Diff: ui/base/x/work_area_watcher_x_observer.cc

Issue 8595003: Have panels respond to changes in work area on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move observers into their own header files. Created 9 years, 1 month 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: ui/base/x/work_area_watcher_x_observer.cc
diff --git a/ui/base/x/work_area_watcher_x_observer.cc b/ui/base/x/work_area_watcher_x_observer.cc
new file mode 100644
index 0000000000000000000000000000000000000000..45da0f80e69f3a0a3ba94aec12d656c91568b684
--- /dev/null
+++ b/ui/base/x/work_area_watcher_x_observer.cc
@@ -0,0 +1,12 @@
+// Copyright (c) 2011 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.
+
+#include "ui/base/x/work_area_watcher_x_observer.h"
+
+namespace ui {
+
+WorkAreaWatcherXObserver::~WorkAreaWatcherXObserver() {
+}
+
+} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698