diff options
Diffstat (limited to 'apps/shell/browser/shell_extensions_browser_client.h')
-rw-r--r-- | apps/shell/browser/shell_extensions_browser_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/shell/browser/shell_extensions_browser_client.h b/apps/shell/browser/shell_extensions_browser_client.h index 206d189..d900394 100644 --- a/apps/shell/browser/shell_extensions_browser_client.h +++ b/apps/shell/browser/shell_extensions_browser_client.h @@ -33,7 +33,7 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient { content::BrowserContext* context) OVERRIDE; virtual content::BrowserContext* GetOriginalContext( content::BrowserContext* context) OVERRIDE; - virtual bool IsGuestSession(content::BrowserContext* context) OVERRIDE; + virtual bool IsGuestSession(content::BrowserContext* context) const OVERRIDE; virtual bool IsExtensionIncognitoEnabled( const std::string& extension_id, content::BrowserContext* context) const OVERRIDE; |