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

Unified Diff: chromeos/dbus/fake_cryptohome_client.h

Issue 790793008: chromeos: Remove unused private data members (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | chromeos/dbus/fake_cryptohome_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_cryptohome_client.h
diff --git a/chromeos/dbus/fake_cryptohome_client.h b/chromeos/dbus/fake_cryptohome_client.h
index 2bcfb03b1e05d0beeeae0a4806ab706bd9ee5230..e7a6fd2b3509917dc60cdd14ca940125946dc4c6 100644
--- a/chromeos/dbus/fake_cryptohome_client.h
+++ b/chromeos/dbus/fake_cryptohome_client.h
@@ -205,7 +205,7 @@ class CHROMEOS_EXPORT FakeCryptohomeClient : public CryptohomeClient {
// Sets the unmount result of Unmount() call.
void set_unmount_result(bool result) {
- unmount_result_= result;
+ unmount_result_ = result;
}
// Sets the system salt which will be returned from GetSystemSalt(). By
@@ -236,7 +236,6 @@ class CHROMEOS_EXPORT FakeCryptohomeClient : public CryptohomeClient {
int async_call_id_;
AsyncCallStatusHandler async_call_status_handler_;
AsyncCallStatusWithDataHandler async_call_status_data_handler_;
- int tpm_is_ready_counter_;
bool unmount_result_;
std::vector<uint8> system_salt_;
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | chromeos/dbus/fake_cryptohome_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698