| Index: apps/shell/browser/shell_extension_system.h
|
| diff --git a/apps/shell/browser/shell_extension_system.h b/apps/shell/browser/shell_extension_system.h
|
| index 7f392116c286268cbd3eabb94603e66d5e7b63c6..a287d2d1fb74084c5e09c98a43e61c0442ee81ca 100644
|
| --- a/apps/shell/browser/shell_extension_system.h
|
| +++ b/apps/shell/browser/shell_extension_system.h
|
| @@ -67,6 +67,7 @@ class ShellExtensionSystem : public ExtensionSystem {
|
| const std::string& extension_id,
|
| const UnloadedExtensionInfo::Reason reason) OVERRIDE;
|
| virtual const OneShotEvent& ready() const OVERRIDE;
|
| + virtual ContentVerifier* content_verifier() OVERRIDE;
|
|
|
| private:
|
| content::BrowserContext* browser_context_; // Not owned.
|
|
|