Remove unused deviceInfo methods.

PiperOrigin-RevId: 688334273
This commit is contained in:
Francis Tsui
2024-10-21 17:46:16 -07:00
committed by Copybara-Service
parent b9bb7c9da9
commit 5840369ce6
18 changed files with 0 additions and 280 deletions
@@ -42,18 +42,9 @@ class DeviceInfo : public api::DeviceInfo {
return api::DeviceInfo::OsType::kChromeOs;
}
std::optional<std::string> GetFullName() const override {
return "nearby";
}
std::optional<std::string> GetGivenName() const override {
return "nearby";
}
std::optional<std::string> GetLastName() const override {
return "nearby";
}
std::optional<std::string> GetProfileUserName() const override {
return "nearby";
}
std::optional<std::filesystem::path> GetDownloadPath() const override {
return std::filesystem::temp_directory_path();