| Index: chrome/browser/profiles/profile_window.h
|
| diff --git a/chrome/browser/profiles/profile_window.h b/chrome/browser/profiles/profile_window.h
|
| index cf034b10ab2a2225ec16bd9e05161d8c9b43e7d1..6cbf74c3ca71168e7a52d15ee76212ccf07dcb4b 100644
|
| --- a/chrome/browser/profiles/profile_window.h
|
| +++ b/chrome/browser/profiles/profile_window.h
|
| @@ -85,6 +85,9 @@ void ShowUserManagerMaybeWithTutorial(Profile* profile);
|
| // Enables new profile management preview and shows the user manager tutorial.
|
| void EnableNewProfileManagementPreview();
|
|
|
| +// Disables new profile management preview and attempts to relaunch Chrome.
|
| +void DisableNewProfileManagementPreview();
|
| +
|
| } // namespace profiles
|
|
|
| #endif // CHROME_BROWSER_PROFILES_PROFILE_WINDOW_H_
|
|
|