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

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

Issue 10066013: [protector] Homepage UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added pyauto tests. 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.cc
diff --git a/chrome/browser/protector/mock_setting_change.cc b/chrome/browser/protector/mock_setting_change.cc
index 34581e0836f6041a95f00c22600d2cc8b3420461..580a2a571e17061013fd2801aa054a7ae20f0e7d 100644
--- a/chrome/browser/protector/mock_setting_change.cc
+++ b/chrome/browser/protector/mock_setting_change.cc
@@ -32,6 +32,8 @@ MockSettingChange::MockSettingChange() {
ON_CALL(*this, GetNewSettingURL()).WillByDefault(Return(GURL()));
ON_CALL(*this, CanBeMerged()).WillByDefault(Return(false));
+
+ ON_CALL(*this, IsUserVisible()).WillByDefault(Return(true));
}
MockSettingChange::~MockSettingChange() {

Powered by Google App Engine
This is Rietveld 408576698