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

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

Issue 404883002: Allow extension APIs to be called from WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android compile Created 6 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
« no previous file with comments | « extensions/common/extension_api_stub.cc ('k') | extensions/common/features/simple_feature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/feature.h
diff --git a/extensions/common/features/feature.h b/extensions/common/features/feature.h
index 37387d7491959be4001f133ee69e882d4ec32f5f..4efa3bfd010bf4ab0b35c82b824c9bb535be17ac 100644
--- a/extensions/common/features/feature.h
+++ b/extensions/common/features/feature.h
@@ -44,6 +44,9 @@ class Feature {
// will be via the installation of a hosted app, so this may host an
// extension. This is not affected by the URL matching pattern.
BLESSED_WEB_PAGE_CONTEXT,
+
+ // A page within webui.
+ WEBUI_CONTEXT,
};
// The platforms the feature is supported in.
« no previous file with comments | « extensions/common/extension_api_stub.cc ('k') | extensions/common/features/simple_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698