| Index: chrome/browser/ui/webui/options/manage_profile_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.h b/chrome/browser/ui/webui/options/manage_profile_handler.h
|
| index d004ec74a7e66b502e9550b99d3bcb5c32269005..36f8cf5a8f2e7178f75682d5b2eac0a7203a5cb1 100644
|
| --- a/chrome/browser/ui/webui/options/manage_profile_handler.h
|
| +++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
|
| @@ -72,6 +72,10 @@ class ManageProfileHandler : public OptionsPageUIHandler,
|
| // This is used to detect duplicate profile names.
|
| void SendExistingProfileNames();
|
|
|
| + // Show disconnect managed profile dialog after generating domain and user
|
| + // specific strings.
|
| + void ShowDisconnectManagedProfileDialog(const base::ListValue* args);
|
| +
|
| // Callback for the "setProfileIconAndName" message. Sets the name and icon
|
| // of a given profile.
|
| // |args| is of the form: [
|
|
|