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: 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: rebase, ensure no startup flows regress 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
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..ea1d7b6a5f6092c21312fb6309f9b9a79026a1ad 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 visibile while the delegate is NULL.
jackhou1 2014/01/17 06:10:53 visibile -> visible
tapted 2014/01/17 06:21:03 Done.
+ base::scoped_nsobject<NSProgressIndicator> loadingIndicator_;
+
scoped_ptr<app_list::AppListViewDelegate> delegate_;
scoped_ptr<app_list::AppListModelObserverBridge>
app_list_model_observer_bridge_;

Powered by Google App Engine
This is Rietveld 408576698