Chromium Code Reviews| Index: chrome/browser/extensions/extension_service.h |
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h |
| index 0a1ec62a405f8c548f0ad0361923e2da18ec3095..675b54e17ca7e9b6f2a709e152ec2741890bb5ad 100644 |
| --- a/chrome/browser/extensions/extension_service.h |
| +++ b/chrome/browser/extensions/extension_service.h |
| @@ -191,8 +191,7 @@ class ExtensionService |
| // Whether this extension can run in an incognito window. |
| virtual bool IsIncognitoEnabled(const std::string& extension_id) const; |
| - virtual void SetIsIncognitoEnabled(const std::string& extension_id, |
| - bool enabled); |
| + virtual void SetIsIncognitoEnabled(std::string extension_id, bool enabled); |
|
Finnur
2011/11/10 21:48:44
This is virtual, don't you need to change signatur
|
| virtual void SetAppNotificationSetupDone(const std::string& extension_id, |
| bool value); |