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

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

Issue 9968007: [protector] Support for collapsing multiple changes into a single one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tried to compile after merge. Created 8 years, 8 months 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/mock_setting_change.h
diff --git a/chrome/browser/protector/mock_setting_change.h b/chrome/browser/protector/mock_setting_change.h
index c665ced3528c53999fbe976a2a83d310cda85c1d..82ec3f79fa65878a5962d380fb4d983f96d76da7 100644
--- a/chrome/browser/protector/mock_setting_change.h
+++ b/chrome/browser/protector/mock_setting_change.h
@@ -32,6 +32,9 @@ class MockSettingChange : public BaseSettingChange {
MOCK_CONST_METHOD0(GetBubbleMessage, string16());
MOCK_CONST_METHOD0(GetApplyButtonText, string16());
MOCK_CONST_METHOD0(GetDiscardButtonText, string16());
+
+ MOCK_CONST_METHOD0(GetApplyDisplayName, DisplayName());
+ MOCK_CONST_METHOD0(GetApplyKeyword, std::string());
};
} // namespace protector

Powered by Google App Engine
This is Rietveld 408576698