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

Unified Diff: chrome/common/extensions/api/extension_action/action_info.h

Issue 270153004: Introduce ActiveScriptController; track active extension scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Kalman's Created 6 years, 7 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: chrome/common/extensions/api/extension_action/action_info.h
diff --git a/chrome/common/extensions/api/extension_action/action_info.h b/chrome/common/extensions/api/extension_action/action_info.h
index 09e497c6b93d8bd2a75bebba562a1a1714d2fa3b..7d96b75a0e32e90a52b668d36360435367530be2 100644
--- a/chrome/common/extensions/api/extension_action/action_info.h
+++ b/chrome/common/extensions/api/extension_action/action_info.h
@@ -29,6 +29,7 @@ struct ActionInfo {
TYPE_BROWSER,
TYPE_PAGE,
TYPE_SYSTEM_INDICATOR,
+ TYPE_ACTIVE_SCRIPT,
};
// Loads an ActionInfo from the given DictionaryValue.

Powered by Google App Engine
This is Rietveld 408576698