mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1316 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
16 lines
667 B
Diff
16 lines
667 B
Diff
Index: power_monitor_win.cc
|
|
===================================================================
|
|
--- power_monitor_win.cc (revision 211613)
|
|
+++ power_monitor_win.cc (working copy)
|
|
@@ -30,8 +30,8 @@
|
|
if (MessageLoop::current()->type() != MessageLoop::TYPE_UI) {
|
|
// Creating this window in (e.g.) a renderer inhibits shutdown on Windows.
|
|
// See http://crbug.com/230122. TODO(vandebo): http://crbug.com/236031
|
|
- DLOG(ERROR)
|
|
- << "Cannot create windows on non-UI thread, power monitor disabled!";
|
|
+ // DLOG(ERROR)
|
|
+ // << "Cannot create windows on non-UI thread, power monitor disabled!";
|
|
return;
|
|
}
|
|
WNDCLASSEX window_class;
|