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

Unified Diff: ui/app_list/cocoa/app_list_view_controller.h

Issue 117683002: Show the Mac app launcher window with a spinner while loading Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typos 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 | « chrome/browser/ui/app_list/app_list_service_mac.mm ('k') | ui/app_list/cocoa/app_list_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/cocoa/app_list_view_controller.h
diff --git a/ui/app_list/cocoa/app_list_view_controller.h b/ui/app_list/cocoa/app_list_view_controller.h
index e4ffcbcb6d3d22fa860b948a2f5b0b33d039ecf6..21f33559285e7e2c12eff034113e6eb7dd5a8023 100644
--- a/ui/app_list/cocoa/app_list_view_controller.h
+++ b/ui/app_list/cocoa/app_list_view_controller.h
@@ -45,6 +45,9 @@ APP_LIST_EXPORT
// Subview of |backgroundView_| that slides out when search results are shown.
base::scoped_nsobject<NSView> contentsView_;
+ // Progress indicator that is visible while the delegate is NULL.
+ base::scoped_nsobject<NSProgressIndicator> loadingIndicator_;
+
scoped_ptr<app_list::AppListViewDelegate> delegate_;
scoped_ptr<app_list::AppListModelObserverBridge>
app_list_model_observer_bridge_;
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_mac.mm ('k') | ui/app_list/cocoa/app_list_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698