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

Unified Diff: ash/display/window_tree_host_manager.h

Issue 2383313002: Remove ash localization from display_manager.cc (Closed)
Patch Set: rebased Created 4 years, 2 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
« no previous file with comments | « ash/display/display_manager.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 d896fe892fb0a18079b41c3d2e289d8c1edd3e2d..3169ced8a6b4bb5fcc6b002ea542e848ee7f5631 100644
--- a/ash/display/window_tree_host_manager.h
+++ b/ash/display/window_tree_host_manager.h
@@ -158,7 +158,7 @@ class ASH_EXPORT WindowTreeHostManager
// aura::WindowTreeHostObserver overrides:
void OnHostResized(const aura::WindowTreeHost* host) override;
- // aura::DisplayManager::Delegate overrides:
+ // ash::DisplayManager::Delegate overrides:
void CreateOrUpdateMirroringDisplay(
const DisplayInfoList& info_list) override;
void CloseMirroringDisplayIfNotNecessary() override;
@@ -167,6 +167,8 @@ 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(
« no previous file with comments | « ash/display/display_manager.cc ('k') | ash/display/window_tree_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698