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

Unified Diff: chrome/browser/ui/app_list/app_list_shower_views.h

Issue 782673002: MacViews: tryjobs for toolkit_views=1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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 | « chrome/browser/ui/app_list/app_list_service_views_mac.mm ('k') | chrome/chrome_browser_ui.gypi » ('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_shower_views.h
diff --git a/chrome/browser/ui/app_list/app_list_shower_views.h b/chrome/browser/ui/app_list/app_list_shower_views.h
index 6feb12c8207a8ad4b83f54ad391b6dbfa4c049ac..3f021737ce4dc292e7f451e8cc3fb786de65822c 100644
--- a/chrome/browser/ui/app_list/app_list_shower_views.h
+++ b/chrome/browser/ui/app_list/app_list_shower_views.h
@@ -27,7 +27,7 @@ class AppListShower {
void ShowForCurrentProfile();
gfx::NativeWindow GetWindow();
- app_list::AppListView* app_list() { return app_list_; }
+ app_list::AppListView* app_list() const { return app_list_; }
Profile* profile() const { return profile_; }
// Create or recreate, and initialize |app_list_| from |requested_profile|.
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_views_mac.mm ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698