diff options
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r-- | chrome/common/extensions/extension.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h index 1705e12..0b04281 100644 --- a/chrome/common/extensions/extension.h +++ b/chrome/common/extensions/extension.h @@ -340,6 +340,8 @@ class Extension { // URL for fetching an update manifest GURL update_url_; + FRIEND_TEST(ExtensionTest, LoadPageActionHelper); + DISALLOW_COPY_AND_ASSIGN(Extension); }; |