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

Unified Diff: chrome/browser/chromeos/settings/device_settings_test_helper.cc

Issue 2310823003: chromeos: Remove dbus::FileDescriptor from SessionManagerClient (Closed)
Patch Set: Fix test Created 4 years, 3 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
Index: chrome/browser/chromeos/settings/device_settings_test_helper.cc
diff --git a/chrome/browser/chromeos/settings/device_settings_test_helper.cc b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
index 69b0978d5f93d6afbba9ec4a2bf3fef18b94f522..a31c5dd55cf521c1fc7847bc159f2c4cf4ef8830 100644
--- a/chrome/browser/chromeos/settings/device_settings_test_helper.cc
+++ b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
@@ -110,7 +110,9 @@ bool DeviceSettingsTestHelper::IsScreenLocked() const { return false; }
void DeviceSettingsTestHelper::EmitLoginPromptVisible() {}
void DeviceSettingsTestHelper::RestartJob(
- const std::vector<std::string>& argv) {}
+ int socket_fd,
+ const std::vector<std::string>& argv,
+ const VoidDBusMethodCallback& callback) {}
void DeviceSettingsTestHelper::StartSession(
const cryptohome::Identification& cryptohome_id) {}

Powered by Google App Engine
This is Rietveld 408576698