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

Unified Diff: chrome/browser/chromeos/login/mock_signed_settings_helper.h

Issue 8091002: PART2: Make SignedSettings use proper Value types instead of string all around the place. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments and rebased on a the current PART1 version. Created 9 years, 2 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/chromeos/login/mock_signed_settings_helper.h
diff --git a/chrome/browser/chromeos/login/mock_signed_settings_helper.h b/chrome/browser/chromeos/login/mock_signed_settings_helper.h
index 5376818e62e6e655d638f8f7f354cd6a0ae29085..5a5b5515f675613d45595a85cd6995a5197f47a5 100644
--- a/chrome/browser/chromeos/login/mock_signed_settings_helper.h
+++ b/chrome/browser/chromeos/login/mock_signed_settings_helper.h
@@ -22,7 +22,7 @@ class MockSignedSettingsHelper : public chromeos::SignedSettingsHelper {
MOCK_METHOD3(StartWhitelistOp,
void(const std::string&, bool, Callback*));
MOCK_METHOD3(StartStorePropertyOp,
- void(const std::string&, const std::string&, Callback*));
+ void(const std::string&, const base::Value&, Callback*));
MOCK_METHOD2(StartRetrieveProperty,
void(const std::string&, Callback*));
MOCK_METHOD2(StartStorePolicyOp,

Powered by Google App Engine
This is Rietveld 408576698