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

Unified Diff: ui/display/desktop_observer.cc

Issue 2108933003: Reorder browser list on workspace switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set a browser as last active on workspace change Created 4 years, 6 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: ui/display/desktop_observer.cc
diff --git a/ui/display/desktop_observer.cc b/ui/display/desktop_observer.cc
new file mode 100644
index 0000000000000000000000000000000000000000..012c50676f0ee6a117bc8e7d674447e85a844fae
--- /dev/null
+++ b/ui/display/desktop_observer.cc
@@ -0,0 +1,13 @@
+// Copyright 2016 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/display/desktop_observer.h"
+
+namespace display {
+
+base::ObserverList<display::DesktopObserver> g_desktop_observer_list;
+
+DesktopObserver::~DesktopObserver() {}
+
+} // namespace display

Powered by Google App Engine
This is Rietveld 408576698