| Index: chrome/browser/extensions/api/tab_capture/offscreen_presentation.h
|
| diff --git a/chrome/browser/extensions/api/tab_capture/offscreen_presentation.h b/chrome/browser/extensions/api/tab_capture/offscreen_presentation.h
|
| index 03ca5c22810b3cbf2daf8cb9073895912bec0fe8..fa007adba39a39808b1589d0deafb378505db02d 100644
|
| --- a/chrome/browser/extensions/api/tab_capture/offscreen_presentation.h
|
| +++ b/chrome/browser/extensions/api/tab_capture/offscreen_presentation.h
|
| @@ -20,6 +20,9 @@ class Profile;
|
|
|
| namespace extensions {
|
|
|
| +// TODO(miu): This file and classes should be renamed, as this implementation
|
| +// has expanded in scope to be used for all off-screen tabs.
|
| +
|
| class OffscreenPresentation; // Forward declaration. See below.
|
|
|
| // Creates, owns, and manages all OffscreenPresentation instances created by the
|
|
|