| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index e3991f2b5652814d4b4b2ed29bc143b5cf53b18d..bcb7d9ede7565af7023803ee0174955c1696b4f9 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -522,10 +522,6 @@ class ASH_EXPORT Shell : public SessionObserver,
|
| // returned object.
|
| ash::FirstRunHelper* CreateFirstRunHelper();
|
|
|
| - // Creates the ShelfView for each display and populates it with items.
|
| - // Called after the user session is active and profile is available.
|
| - void CreateShelfView();
|
| -
|
| void SetLargeCursorSizeInDip(int large_cursor_size_in_dip);
|
|
|
| // Toggles cursor compositing on/off. Native cursor is disabled when cursor
|
| @@ -654,6 +650,10 @@ class ASH_EXPORT Shell : public SessionObserver,
|
| void OnLoginStatusChanged(LoginStatus login_status) override;
|
| void OnLockStateChanged(bool locked) override;
|
|
|
| + // Finalizes the shelf state. Called after the user session is active and
|
| + // the profile is available.
|
| + void InitializeShelf();
|
| +
|
| // Callback for prefs::ConnectToPrefService.
|
| void OnPrefServiceInitialized(std::unique_ptr<::PrefService> pref_service);
|
|
|
|
|