mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Remove unused deviceInfo methods.
PiperOrigin-RevId: 688334273
This commit is contained in:
committed by
Copybara-Service
parent
b9bb7c9da9
commit
5840369ce6
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user