Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / settings / device_settings_test_helper.cc
index 2912a12..bb1e5b6 100644 (file)
@@ -163,7 +163,6 @@ void DeviceSettingsTestHelper::StoreDevicePolicy(
 void DeviceSettingsTestHelper::StorePolicyForUser(
     const std::string& username,
     const std::string& policy_blob,
-    const std::string& policy_key,
     const StorePolicyCallback& callback) {
 }
 
@@ -179,6 +178,9 @@ void DeviceSettingsTestHelper::SetFlagsForUser(
     const std::string& account_id,
     const std::vector<std::string>& flags) {}
 
+void DeviceSettingsTestHelper::GetServerBackedStateKeys(
+    const StateKeysCallback& callback) {}
+
 DeviceSettingsTestHelper::PolicyState::PolicyState()
     : store_result_(true) {}