summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extensions_service.h')
-rw-r--r--chrome/browser/extensions/extensions_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h
index ef7678f..3ab9d34 100644
--- a/chrome/browser/extensions/extensions_service.h
+++ b/chrome/browser/extensions/extensions_service.h
@@ -128,8 +128,8 @@ class ExtensionsService
virtual base::Time LastPingDay(const std::string& extension_id);
// Whether this extension can run in an incognito window.
- bool IsIncognitoEnabled(const std::string& extension_id);
- void SetIsIncognitoEnabled(const std::string& extension_id, bool enabled);
+ bool IsIncognitoEnabled(const Extension* extension);
+ void SetIsIncognitoEnabled(Extension* extension, bool enabled);
const FilePath& install_directory() const { return install_directory_; }