| Index: chrome/browser/protector/settings_change_global_error_delegate.h
|
| ===================================================================
|
| --- chrome/browser/protector/settings_change_global_error_delegate.h (revision 110688)
|
| +++ chrome/browser/protector/settings_change_global_error_delegate.h (working copy)
|
| @@ -16,10 +16,10 @@
|
| virtual ~SettingsChangeGlobalErrorDelegate() {}
|
|
|
| // Called if user clicks "Apply change" button.
|
| - virtual void OnApplyChange() = 0;
|
| + virtual void OnApplyChanges() = 0;
|
|
|
| // Called if user clicks "Discard change" button.
|
| - virtual void OnDiscardChange() = 0;
|
| + virtual void OnDiscardChanges() = 0;
|
|
|
| // Called if user clicked outside the bubble and timeout for its reshow
|
| // has passed.
|
| @@ -32,3 +32,4 @@
|
| } // namespace protector
|
|
|
| #endif // CHROME_BROWSER_PROTECTOR_SETTINGS_CHANGE_GLOBAL_ERROR_DELEGATE_H_
|
| +
|
|
|