Index: chromeos/dbus/fake_permission_broker_client.h |
diff --git a/chromeos/dbus/fake_permission_broker_client.h b/chromeos/dbus/fake_permission_broker_client.h |
index b34d5c39a706e57f4f90e12bb175edeabfc8c51d..ee46101f9b4a00ee3aed73c755521e5283ed68a4 100644 |
--- a/chromeos/dbus/fake_permission_broker_client.h |
+++ b/chromeos/dbus/fake_permission_broker_client.h |
@@ -22,9 +22,6 @@ class CHROMEOS_EXPORT FakePermissionBrokerClient |
void Init(dbus::Bus* bus) override; |
void CheckPathAccess(const std::string& path, |
const ResultCallback& callback) override; |
- void RequestPathAccess(const std::string& path, |
- int interface_id, |
- const ResultCallback& callback) override; |
void OpenPath(const std::string& path, |
const OpenPathCallback& callback) override; |
void RequestTcpPortAccess(uint16_t port, |