Index: webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.cc |
diff --git a/webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.cc b/webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.cc |
index 4035cbf0d1fffd69b9963c3027d5ebfbb84b8870..b8af79380d520edf04f4de0c6ed167d3cd3fe54a 100644 |
--- a/webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.cc |
+++ b/webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.cc |
@@ -17,7 +17,6 @@ |
#include "webrtc/base/macutils.h" |
#include "webrtc/base/timeutils.h" |
#include "webrtc/modules/desktop_capture/mac/window_list_utils.h" |
-#include "webrtc/system_wrappers/include/logging.h" |
namespace webrtc { |
@@ -161,7 +160,6 @@ CGWindowID FullScreenChromeWindowDetector::FindFullScreenWindow( |
if (static_cast<CGWindowID>(window.id) != full_screen_window_id) |
continue; |
- LOG(LS_WARNING) << "The full-screen window exists in the list."; |
return kCGNullWindowID; |
} |