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

Unified Diff: ash/display/window_tree_host_manager.h

Issue 2523873002: Remove DisplayChangeObserver ash dependencies. (Closed)
Patch Set: Change DCO constructor slightly. Created 4 years 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 | « ash/display/shutdown_observer_chromeos.cc ('k') | ash/display/window_tree_host_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/window_tree_host_manager.h
diff --git a/ash/display/window_tree_host_manager.h b/ash/display/window_tree_host_manager.h
index fcb833e07001f72f848f315fa0baa01bd2bdeb9c..91896164c79784b9477e534e2d675f6ce4cd398d 100644
--- a/ash/display/window_tree_host_manager.h
+++ b/ash/display/window_tree_host_manager.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_DISPLAY_DISPLAY_CONTROLLER_H_
-#define ASH_DISPLAY_DISPLAY_CONTROLLER_H_
+#ifndef ASH_DISPLAY_WINDOW_TREE_HOST_MANAGER_H_
+#define ASH_DISPLAY_WINDOW_TREE_HOST_MANAGER_H_
#include <stdint.h>
@@ -160,8 +160,6 @@ class ASH_EXPORT WindowTreeHostManager
#if defined(OS_CHROMEOS)
ui::DisplayConfigurator* display_configurator() override;
#endif
- std::string GetInternalDisplayNameString() override;
- std::string GetUnknownDisplayNameString() override;
// ui::internal::InputMethodDelegate overrides:
ui::EventDispatchDetails DispatchKeyEventPostIME(
@@ -223,4 +221,4 @@ class ASH_EXPORT WindowTreeHostManager
} // namespace ash
-#endif // ASH_DISPLAY_DISPLAY_CONTROLLER_H_
+#endif // ASH_DISPLAY_WINDOW_TREE_HOST_MANAGER_H_
« no previous file with comments | « ash/display/shutdown_observer_chromeos.cc ('k') | ash/display/window_tree_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698