Commit e19f2bf9 authored by Avi Drissman's avatar Avi Drissman Committed by Commit Bot

Further cleanup of OS_MACOSX in remoting

Bug: 1105907
Change-Id: Iae96aa49bf0f80020dce8783b5343901df2909f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328341Reviewed-by: default avatarJamie Walch <jamiewalch@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#793215}
parent 354a0e4b
...@@ -208,6 +208,6 @@ void DesktopDisplayInfo::LoadCurrentDisplayInfo() { ...@@ -208,6 +208,6 @@ void DesktopDisplayInfo::LoadCurrentDisplayInfo() {
} }
#endif // OS_WIN #endif // OS_WIN
} }
#endif // !OS_MACOSX #endif // !OS_APPLE
} // namespace remoting } // namespace remoting
...@@ -45,6 +45,6 @@ const char kCheckAccessibilityPermissionSwitchName[] = ...@@ -45,6 +45,6 @@ const char kCheckAccessibilityPermissionSwitchName[] =
"check-accessibility-permission"; "check-accessibility-permission";
const char kCheckScreenRecordingPermissionSwitchName[] = const char kCheckScreenRecordingPermissionSwitchName[] =
"check-screen-recording-permission"; "check-screen-recording-permission";
#endif // defined OS_MACOSX #endif // defined OS_APPLE
} // namespace remoting } // namespace remoting
...@@ -71,7 +71,7 @@ extern const char kCheckAccessibilityPermissionSwitchName[]; ...@@ -71,7 +71,7 @@ extern const char kCheckAccessibilityPermissionSwitchName[];
// Command line switch to check for Screen Recording permission. // Command line switch to check for Screen Recording permission.
extern const char kCheckScreenRecordingPermissionSwitchName[]; extern const char kCheckScreenRecordingPermissionSwitchName[];
#endif // defined OS_MACOSX #endif // defined OS_APPLE
} // namespace remoting } // namespace remoting
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment