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

Unified Diff: remoting/host/fake_desktop_environment.cc

Issue 2092483002: Provide access to the ID for the remoted Windows session in the network process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rsk_main
Patch Set: Merging changes from ToT Created 4 years, 6 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: remoting/host/fake_desktop_environment.cc
diff --git a/remoting/host/fake_desktop_environment.cc b/remoting/host/fake_desktop_environment.cc
index 0c3528cc1f6b9f85b1f944de9a64279a8a71ee5a..d2faf911e6602f6cff1bc8d1134e6c44a48c9ff3 100644
--- a/remoting/host/fake_desktop_environment.cc
+++ b/remoting/host/fake_desktop_environment.cc
@@ -92,6 +92,10 @@ std::string FakeDesktopEnvironment::GetCapabilities() const {
void FakeDesktopEnvironment::SetCapabilities(const std::string& capabilities) {}
+uint32_t FakeDesktopEnvironment::GetDesktopSessionId() const {
+ return UINT32_MAX;
+}
+
FakeDesktopEnvironmentFactory::FakeDesktopEnvironmentFactory() {}
FakeDesktopEnvironmentFactory::~FakeDesktopEnvironmentFactory() {}

Powered by Google App Engine
This is Rietveld 408576698