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

Unified Diff: components/cryptauth/remote_device.h

Issue 2897843002: Revert of [EasyUnlock] Add beacon_seeds to RemoteDevice. (Closed)
Patch Set: Created 3 years, 7 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 | « chromeos/components/tether/tether_host_fetcher_unittest.cc ('k') | components/cryptauth/remote_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/remote_device.h
diff --git a/components/cryptauth/remote_device.h b/components/cryptauth/remote_device.h
index cd4085f8d21bbb38269e4c0414921db2f8bd4e9a..b3f2b51eb18be35a8b220c863c74ad217a38b035 100644
--- a/components/cryptauth/remote_device.h
+++ b/components/cryptauth/remote_device.h
@@ -7,8 +7,6 @@
#include <string>
#include <vector>
-
-#include "components/cryptauth/proto/cryptauth_api.pb.h"
namespace cryptauth {
@@ -21,11 +19,6 @@
std::string persistent_symmetric_key;
std::string sign_in_challenge;
- // Note: To save space, the BeaconSeeds may not necessarily be included in
- // this object.
- bool are_beacon_seeds_loaded;
- std::vector<BeaconSeed> beacon_seeds;
-
RemoteDevice();
RemoteDevice(const std::string& user_id,
const std::string& name,
@@ -35,9 +28,6 @@
std::string sign_in_challenge);
RemoteDevice(const RemoteDevice& other);
~RemoteDevice();
-
- // Loads a vector of BeaconSeeds for the RemoteDevice.
- void LoadBeaconSeeds(const std::vector<BeaconSeed>& beacon_seeds);
// Returns a unique ID for the device.
std::string GetDeviceId() const;
« no previous file with comments | « chromeos/components/tether/tether_host_fetcher_unittest.cc ('k') | components/cryptauth/remote_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698