| Index: chrome/browser/resources/options/browser_options.js
|
| ===================================================================
|
| --- chrome/browser/resources/options/browser_options.js (revision 203598)
|
| +++ chrome/browser/resources/options/browser_options.js (working copy)
|
| @@ -1070,6 +1070,15 @@
|
| },
|
|
|
| /**
|
| + * Reports a remote error (e.g., a network error during limited-user
|
| + * registration) to the "create" overlay during profile creation.
|
| + * @private
|
| + */
|
| + showCreateProfileRemoteError_: function() {
|
| + CreateProfileOverlay.onRemoteError();
|
| + },
|
| +
|
| + /**
|
| * Reports successful profile creation to the "create" overlay.
|
| * @param {Object} profileInfo An object of the form:
|
| * profileInfo = {
|
| @@ -1464,6 +1473,7 @@
|
| 'setupProxySettingsSection',
|
| 'showBluetoothSettings',
|
| 'showCreateProfileLocalError',
|
| + 'showCreateProfileRemoteError',
|
| 'showCreateProfileSuccess',
|
| 'showMouseControls',
|
| 'showTouchpadControls',
|
|
|