| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 9436a459e1f58dcb7346727914f52ff74955cc51..fb845009174153af7d18eb8adbb1451ed9dde39f 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -237,8 +237,6 @@ class ProfileManager : public base::NonThreadSafe,
|
| scoped_ptr<Profile> profile;
|
| // Whether profile has been fully loaded (created and initialized).
|
| bool created;
|
| - // Whether or not this profile should have a shortcut.
|
| - bool create_shortcut;
|
| // List of callbacks to run when profile initialization is done. Note, when
|
| // profile is fully loaded this vector will be empty.
|
| std::vector<CreateCallback> callbacks;
|
|
|