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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc

Issue 2243573002: ARC: Show window title in launcher menu instead of app title (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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 | « no previous file | chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
index 474953ffa86ddf6a8ef7a2e6c93c129131a66ccc..1ed66e16908e7454429df9c17f1fca860ad2fc1c 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
@@ -133,7 +133,9 @@ class ArcAppWindowLauncherController::AppWindow : public ui::BaseWindow {
return false;
}
- gfx::NativeWindow GetNativeWindow() const override { return nullptr; }
+ gfx::NativeWindow GetNativeWindow() const override {
+ return widget_ ? widget_->GetNativeWindow() : nullptr;
+ }
gfx::Rect GetRestoredBounds() const override {
NOTREACHED();
« no previous file with comments | « no previous file | chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698