Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1092)

Unified Diff: extensions/common/features/complex_feature.h

Issue 2151583003: [Extensions] Add extension feature generation code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include fix Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/common/features/complex_feature.h
diff --git a/extensions/common/features/complex_feature.h b/extensions/common/features/complex_feature.h
index 44668c077deae449606bb30ca887b0240043748c..7b63ae6f957b08809537c9ac8891ddc51dc9db66 100644
--- a/extensions/common/features/complex_feature.h
+++ b/extensions/common/features/complex_feature.h
@@ -10,6 +10,7 @@
#include <string>
#include <vector>
+#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "extensions/common/extension.h"
#include "extensions/common/features/feature.h"
@@ -47,6 +48,8 @@ class ComplexFeature : public Feature {
bool IsInternal() const override;
private:
+ FRIEND_TEST_ALL_PREFIXES(FeaturesGenerationTest, FeaturesTest);
+
FeatureList features_;
DISALLOW_COPY_AND_ASSIGN(ComplexFeature);
« no previous file with comments | « extensions/common/features/base_feature_provider_unittest.cc ('k') | extensions/common/features/manifest_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698