Index: apps/shell/browser/shell_extensions_browser_client.h |
diff --git a/apps/shell/browser/shell_extensions_browser_client.h b/apps/shell/browser/shell_extensions_browser_client.h |
index 7d358999cf47c0f3d6e43223d56e80faa8aeea6a..d600d814d87797e54ccb860d815a351e6f6cb7cb 100644 |
--- a/apps/shell/browser/shell_extensions_browser_client.h |
+++ b/apps/shell/browser/shell_extensions_browser_client.h |
@@ -33,6 +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 IsExtensionIncognitoEnabled( |
const std::string& extension_id, |
content::BrowserContext* context) const OVERRIDE; |