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

Unified Diff: extensions/extensions.gypi

Issue 2241203003: Pass user session type to extension feature checks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass user session type to extension renderer Created 4 years, 4 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/extensions.gypi
diff --git a/extensions/extensions.gypi b/extensions/extensions.gypi
index 9881bb504b2b63849e5bb76fef0166e7b9584072..c3279fddceb111ef9b8c133d49aa96192a4aca67 100644
--- a/extensions/extensions.gypi
+++ b/extensions/extensions.gypi
@@ -94,6 +94,8 @@
'common/features/feature_provider.h',
'common/features/feature_channel.cc',
'common/features/feature_channel.h',
+ 'common/features/feature_session_type.cc',
+ 'common/features/feature_session_type.h',
'common/features/feature_util.cc',
'common/features/feature_util.h',
'common/features/json_feature_provider_source.cc',

Powered by Google App Engine
This is Rietveld 408576698