Chromium Code Reviews| Index: chrome/common/extensions/extension.h |
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
| index 3e35fc813025d3c70b888f00cae3227abe1205bd..78d45b144240ddb44aeddb0e5a3e75117d1a4262 100644 |
| --- a/chrome/common/extensions/extension.h |
| +++ b/chrome/common/extensions/extension.h |
| @@ -598,6 +598,10 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
| GURL GetBackgroundURL() const; |
| + // Returns true if this extension should be run in its own user data |
| + // directory. |
|
jeremy
2012/02/12 09:40:28
Can you expand the comment as to when this is the
|
| + bool RequiresSeparateUserDataDirectory() const; |
| + |
| private: |
| friend class base::RefCountedThreadSafe<Extension>; |