| Index: chrome/browser/extensions/extension_function.h
|
| diff --git a/chrome/browser/extensions/extension_function.h b/chrome/browser/extensions/extension_function.h
|
| index 51f25fe94d4a226e7518533107b2b50e94e76699..b48d0a90411e85e299f05eff35d4f6157b2c2215 100644
|
| --- a/chrome/browser/extensions/extension_function.h
|
| +++ b/chrome/browser/extensions/extension_function.h
|
| @@ -149,7 +149,10 @@ class ExtensionFunction : public base::RefCountedThreadSafe<ExtensionFunction> {
|
| // of this call.
|
| bool has_callback_;
|
|
|
| - // True if this callback should include information from incognito contexts.
|
| + // True if this callback should include information from incognito contexts
|
| + // even if our profile_ is non-incognito. Note that in the case of a "split"
|
| + // mode extension, this will always be false, and we will limit access to
|
| + // data from within the same profile_ (either incognito or not).
|
| bool include_incognito_;
|
|
|
| // True if the call was made in response of user gesture.
|
|
|