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

Side by Side Diff: chromeos/dbus/mock_cryptohome_client.h

Issue 2808423002: cros: Show dircryto migration banner (Closed)
Patch Set: add a test, fix nits Created 3 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_ 5 #ifndef CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_
6 #define CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_ 6 #define CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <string> 10 #include <string>
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 MOCK_METHOD1(SetDircryptoMigrationProgressHandler, 229 MOCK_METHOD1(SetDircryptoMigrationProgressHandler,
230 void(const DircryptoMigrationProgessHandler& handler)); 230 void(const DircryptoMigrationProgessHandler& handler));
231 MOCK_METHOD2( 231 MOCK_METHOD2(
232 RemoveFirmwareManagementParametersFromTpm, 232 RemoveFirmwareManagementParametersFromTpm,
233 void(const cryptohome::RemoveFirmwareManagementParametersRequest& request, 233 void(const cryptohome::RemoveFirmwareManagementParametersRequest& request,
234 const ProtobufMethodCallback& callback)); 234 const ProtobufMethodCallback& callback));
235 MOCK_METHOD2( 235 MOCK_METHOD2(
236 SetFirmwareManagementParametersInTpm, 236 SetFirmwareManagementParametersInTpm,
237 void(const cryptohome::SetFirmwareManagementParametersRequest& request, 237 void(const cryptohome::SetFirmwareManagementParametersRequest& request,
238 const ProtobufMethodCallback& callback)); 238 const ProtobufMethodCallback& callback));
239 MOCK_METHOD2(NeedsDircryptoMigration,
240 void(const cryptohome::Identification& cryptohome_id,
241 const BoolDBusMethodCallback& callback));
239 }; 242 };
240 243
241 } // namespace chromeos 244 } // namespace chromeos
242 245
243 #endif // CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_ 246 #endif // CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_
OLDNEW
« no previous file with comments | « chromeos/dbus/fake_cryptohome_client.cc ('k') | ui/login/account_picker/screen_account_picker.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698