Chromium Code Reviews| Index: chrome/browser/extensions/api/tab_capture/tab_capture_registry.cc |
| diff --git a/chrome/browser/extensions/api/tab_capture/tab_capture_registry.cc b/chrome/browser/extensions/api/tab_capture/tab_capture_registry.cc |
| index c415de6e71da2bf9da465f097dead6b1fa25b302..a42bf6c32ee95b705d59f7bf6d6b43999074cc1b 100644 |
| --- a/chrome/browser/extensions/api/tab_capture/tab_capture_registry.cc |
| +++ b/chrome/browser/extensions/api/tab_capture/tab_capture_registry.cc |
| @@ -106,8 +106,8 @@ class WindowAdoptionAgent : protected aura::WindowObserver { |
| << " adopts the content window " << content_window_ << '.'; |
| root_window->AddChild(content_window_); |
|
miu
2017/02/24 22:51:55
Some work has been done in content::DelegatedFrame
zhaobin
2017/02/25 00:30:44
browser_tests passed if comment out this LOC. But
|
| } else { |
| - LOG(DFATAL) << "Unable to find an aura root window. " |
| - "Compositing of the content may be halted!"; |
| + LOG(WARNING) << "Unable to find an aura root window. " |
| + "Compositing of the content may be halted!"; |
| } |
| } |