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

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: Moved code into ChromeBrowserMainExtraPartsX11 Created 4 years, 5 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/ios/web/test/test_url_constants.cc b/ui/display/desktop_observer.cc
similarity index 57%
copy from ios/web/test/test_url_constants.cc
copy to ui/display/desktop_observer.cc
index e867552a56d50a9dd0784d5bd0c1fb363c13c70a..fd67d7af0d77c703b6a3145c04bc6b14ed93e8d5 100644
--- a/ios/web/test/test_url_constants.cc
+++ b/ui/display/desktop_observer.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ios/web/test/test_url_constants.h"
+#include "ui/display/desktop_observer.h"
-namespace web {
+namespace display {
-const char kTestWebUIScheme[] = "testwebui";
+DesktopObserver::~DesktopObserver() {}
-} // namespace web
+} // namespace display

Powered by Google App Engine
This is Rietveld 408576698