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

Unified Diff: chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc

Issue 120723006: In Chromium, App Launcher's WM_CLASS is "chromium_app_list". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | ui/app_list/views/app_list_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc
diff --git a/chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc b/chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc
index 040d8b7f9daf2519ddf2e7917ae2c2346bf856a4..c018eabf77b18386be7e16688449ac20e2c37073 100644
--- a/chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc
+++ b/chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc
@@ -38,8 +38,6 @@ class AppListFactoryLinux : public AppListFactory {
cursor,
views::BubbleBorder::FLOAT,
false /* border_accepts_events */);
- // TODO(mgiuca): Set the app launcher window's WM_CLASS so that it can be
- // associated with its own launch icon in the window manager.
return new AppListLinux(view, on_should_dismiss);
}
« no previous file with comments | « no previous file | ui/app_list/views/app_list_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698