| Index: trunk/src/apps/shell/browser/shell_extensions_browser_client.h
|
| ===================================================================
|
| --- trunk/src/apps/shell/browser/shell_extensions_browser_client.h (revision 251111)
|
| +++ trunk/src/apps/shell/browser/shell_extensions_browser_client.h (working copy)
|
| @@ -33,6 +33,7 @@
|
| 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;
|
|
|