diff options
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r-- | chrome/common/extensions/extension.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h index 0302771..d93772f 100644 --- a/chrome/common/extensions/extension.h +++ b/chrome/common/extensions/extension.h @@ -90,6 +90,9 @@ class Extension { TYPE_PACKAGED_APP }; + // TODO(finur): Remove once I have one failed run of this test. + static bool emit_traces_for_whitelist_extension_test_; + // Contains a subset of the extension's data that doesn't change once // initialized, and therefore shareable across threads without locking. struct StaticData : public base::RefCountedThreadSafe<StaticData> { |