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

Unified Diff: chrome/browser/extensions/api/declarative_content/content_action.h

Issue 1159733004: Encapsulate CSS selector declarative content condition tracking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stars-declarative-content-range-for
Patch Set: iwyu Created 5 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/browser/extensions/api/declarative_content/content_action.h
diff --git a/chrome/browser/extensions/api/declarative_content/content_action.h b/chrome/browser/extensions/api/declarative_content/content_action.h
index acc13e07606cbba7f41f258edfcecae9c9b1952c..72522dd177d06f1e9d8f8ab44b67e5e22891e6ce 100644
--- a/chrome/browser/extensions/api/declarative_content/content_action.h
+++ b/chrome/browser/extensions/api/declarative_content/content_action.h
@@ -9,13 +9,13 @@
#include <vector>
#include "base/memory/ref_counted.h"
-#include "extensions/browser/api/declarative/declarative_rule.h"
#include "extensions/browser/declarative_user_script_master.h"
#include "extensions/common/user_script.h"
namespace base {
class Time;
class Value;
+class DictionaryValue;
}
namespace content {
@@ -158,8 +158,6 @@ class RequestContentScript : public ContentAction {
DISALLOW_COPY_AND_ASSIGN(RequestContentScript);
};
-typedef DeclarativeActionSet<ContentAction> ContentActionSet;
-
} // namespace extensions
#endif // CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_CONTENT_CONTENT_ACTION_H_

Powered by Google App Engine
This is Rietveld 408576698