| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index da27afaaf017aa36d9ca79c77b98cbf032ac72f3..6909c971732b1404e4bf6d9d0edcf30d6e2c65a3 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -133,7 +133,7 @@ void EnableThemeSupportOnAllWindowStations() {
|
|
|
| HWINSTA winsta0 = ::OpenWindowStationA("WinSta0", FALSE, GENERIC_READ);
|
| if (!winsta0) {
|
| - DLOG(INFO) << "Unable to open to WinSta0, we: "<< ::GetLastError();
|
| + DVLOG(0) << "Unable to open to WinSta0, we: "<< ::GetLastError();
|
| return;
|
| }
|
| if (!::SetProcessWindowStation(winsta0)) {
|
|
|