| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 47decf4c6ea90c6e5f2cc716adf666cc9073014b..19f5a222fed870174de5b81b1bced9fff4d1676d 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -58,6 +58,7 @@ class WebContentsDelegate;
|
| struct CustomContextMenuContext;
|
| struct DropData;
|
| struct Manifest;
|
| +struct PageImportanceSignals;
|
| struct RendererPreferences;
|
|
|
| // WebContents is the core class in content/. A WebContents renders web content
|
| @@ -278,6 +279,8 @@ class WebContents : public PageNavigator,
|
| gfx::NativeViewAccessible accessible_parent) = 0;
|
| #endif
|
|
|
| + virtual const PageImportanceSignals* GetPageImportanceSignals() const = 0;
|
| +
|
| // Tab navigation state ------------------------------------------------------
|
|
|
| // Returns the current navigation properties, which if a navigation is
|
|
|