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

Unified Diff: chrome/browser/ui/app_list/app_list_service_mac.mm

Issue 1143083009: [Cleanup] Fix repeated "List" in IsMacViewsAppListListEnabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/views/apps/app_info_dialog/app_info_dialog_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_service_mac.mm
diff --git a/chrome/browser/ui/app_list/app_list_service_mac.mm b/chrome/browser/ui/app_list/app_list_service_mac.mm
index e981f2c98ccbc22855e01f331f52a69a78d71f45..643953e47178153e1594f9e7ccabb9fc59b43803 100644
--- a/chrome/browser/ui/app_list/app_list_service_mac.mm
+++ b/chrome/browser/ui/app_list/app_list_service_mac.mm
@@ -260,7 +260,7 @@ void GetAppListWindowOrigins(
}
AppListServiceMac* GetActiveInstance() {
- if (app_list::switches::IsMacViewsAppListListEnabled()) {
+ if (app_list::switches::IsMacViewsAppListEnabled()) {
#if defined(TOOLKIT_VIEWS)
// TODO(tapted): Return AppListServiceViewsMac instance.
#else
« no previous file with comments | « no previous file | chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698