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_; |