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

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

Issue 8558020: Protector strings and bubble/SettingsChange code refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: This time it really should compile. 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
Index: chrome/browser/protector/settings_change_global_error_delegate.h
diff --git a/chrome/browser/protector/settings_change_global_error_delegate.h b/chrome/browser/protector/settings_change_global_error_delegate.h
index 5ac224012fb1f24340f5b9a7267eebdbadc25607..cf21d2a8bb5900d47d95a6f4d551305cc3416a3d 100644
--- a/chrome/browser/protector/settings_change_global_error_delegate.h
+++ b/chrome/browser/protector/settings_change_global_error_delegate.h
@@ -16,10 +16,10 @@ class SettingsChangeGlobalErrorDelegate {
virtual ~SettingsChangeGlobalErrorDelegate() {}
// Called if user clicks "Apply change" button.
- virtual void OnApplyChanges() = 0;
+ virtual void OnApplyChange() = 0;
// Called if user clicks "Discard change" button.
- virtual void OnDiscardChanges() = 0;
+ virtual void OnDiscardChange() = 0;
// Called if user clicked outside the bubble and timeout for its reshow
// has passed.
@@ -32,4 +32,3 @@ class SettingsChangeGlobalErrorDelegate {
} // 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') | chrome/browser/search_engines/template_url_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698