Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: chrome/browser/protector/settings_change_global_error_delegate.h

Issue 8586050: Revert 110684 - Protector strings and bubble/SettingsChange code refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/protector/settings_change_global_error.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
+
« no previous file with comments | « chrome/browser/protector/settings_change_global_error.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698