| Index: extensions/renderer/dispatcher.h
|
| diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h
|
| index e92463f9c762b9fbdf07481a317dee65a0966fc3..d17d158dbb9eb7f121d00706ba52ff50d93ad264 100644
|
| --- a/extensions/renderer/dispatcher.h
|
| +++ b/extensions/renderer/dispatcher.h
|
| @@ -212,7 +212,10 @@ class Dispatcher : public content::RenderProcessObserver,
|
| void PopulateSourceMap();
|
|
|
| // Returns whether the current renderer hosts a platform app.
|
| - bool IsWithinPlatformApp();
|
| + bool IsWithinPlatformApp(blink::WebFrame* frame);
|
| +
|
| + // Returns whether the current renderer hosts an extension.
|
| + bool IsWithinExtension(blink::WebFrame* frame);
|
|
|
| bool IsSandboxedPage(const GURL& url) const;
|
|
|
|
|