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

Side by Side Diff: chrome/browser/policy/device_management_backend_mock.h

Issue 6523058: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_POLICY_DEVICE_MANAGEMENT_BACKEND_MOCK_H_ 5 #ifndef CHROME_BROWSER_POLICY_DEVICE_MANAGEMENT_BACKEND_MOCK_H_
6 #define CHROME_BROWSER_POLICY_DEVICE_MANAGEMENT_BACKEND_MOCK_H_ 6 #define CHROME_BROWSER_POLICY_DEVICE_MANAGEMENT_BACKEND_MOCK_H_
7 7
8 #include "chrome/browser/policy/device_management_backend.h" 8 #include "chrome/browser/policy/device_management_backend.h"
9 #include "testing/gmock/include/gmock/gmock.h" 9 #include "testing/gmock/include/gmock/gmock.h"
10 10
(...skipping 22 matching lines...) Expand all
33 MOCK_METHOD1(OnError, void(DeviceManagementBackend::ErrorCode error)); 33 MOCK_METHOD1(OnError, void(DeviceManagementBackend::ErrorCode error));
34 }; 34 };
35 35
36 class DevicePolicyResponseDelegateMock 36 class DevicePolicyResponseDelegateMock
37 : public DeviceManagementBackend::DevicePolicyResponseDelegate { 37 : public DeviceManagementBackend::DevicePolicyResponseDelegate {
38 public: 38 public:
39 DevicePolicyResponseDelegateMock(); 39 DevicePolicyResponseDelegateMock();
40 virtual ~DevicePolicyResponseDelegateMock(); 40 virtual ~DevicePolicyResponseDelegateMock();
41 41
42 MOCK_METHOD1(HandlePolicyResponse, void(const em::DevicePolicyResponse&)); 42 MOCK_METHOD1(HandlePolicyResponse, void(const em::DevicePolicyResponse&));
43 MOCK_METHOD1(HandleCloudPolicyResponse, void(const em::CloudPolicyResponse&));
43 MOCK_METHOD1(OnError, void(DeviceManagementBackend::ErrorCode error)); 44 MOCK_METHOD1(OnError, void(DeviceManagementBackend::ErrorCode error));
44 }; 45 };
45 46
46 } // namespace policy 47 } // namespace policy
47 48
48 #endif // CHROME_BROWSER_POLICY_DEVICE_MANAGEMENT_BACKEND_MOCK_H_ 49 #endif // CHROME_BROWSER_POLICY_DEVICE_MANAGEMENT_BACKEND_MOCK_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/device_management_backend_impl.cc ('k') | chrome/browser/policy/device_management_policy_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698