summaryrefslogtreecommitdiff
path: root/chromium/components/subresource_filter/core/browser/subresource_filter_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/subresource_filter/core/browser/subresource_filter_constants.h')
-rw-r--r--chromium/components/subresource_filter/core/browser/subresource_filter_constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/components/subresource_filter/core/browser/subresource_filter_constants.h b/chromium/components/subresource_filter/core/browser/subresource_filter_constants.h
index d78b18fdda4..ce2ba436d36 100644
--- a/chromium/components/subresource_filter/core/browser/subresource_filter_constants.h
+++ b/chromium/components/subresource_filter/core/browser/subresource_filter_constants.h
@@ -47,6 +47,9 @@ extern const base::FilePath::CharType kUnindexedRulesetLicenseFileName[];
// The name of the file that stores the unindexed filtering rules.
extern const base::FilePath::CharType kUnindexedRulesetDataFileName[];
+// Console message to be displayed on activation.
+extern const std::string kActivationConsoleMessage;
+
} // namespace subresource_filter
#endif // COMPONENTS_SUBRESOURCE_FILTER_CORE_BROWSER_SUBRESOURCE_FILTER_CONSTANTS_H_