| Index: chrome/browser/media/native_desktop_media_list.h
|
| diff --git a/chrome/browser/media/native_desktop_media_list.h b/chrome/browser/media/native_desktop_media_list.h
|
| index 1da648f56f3f9d37a41a2cc78cfc219f722adeb9..5d980a6ada4e441f6d862182d7e66f559362dced 100644
|
| --- a/chrome/browser/media/native_desktop_media_list.h
|
| +++ b/chrome/browser/media/native_desktop_media_list.h
|
| @@ -65,9 +65,8 @@ class NativeDesktopMediaList : public DesktopMediaListBase {
|
| ImageHashesMap new_aura_thumbnail_hashes_;
|
|
|
| int pending_aura_capture_requests_ = 0;
|
| - bool pending_native_thumbnail_capture_ = true;
|
| + bool pending_native_thumbnail_capture_ = false;
|
| #endif
|
| -
|
| base::WeakPtrFactory<NativeDesktopMediaList> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NativeDesktopMediaList);
|
|
|