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

Unified Diff: chrome/common/content_settings_pattern_parser.h

Issue 9254028: Added support for file URI path wildcards in content settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/content_settings_pattern_parser.h
diff --git a/chrome/common/content_settings_pattern_parser.h b/chrome/common/content_settings_pattern_parser.h
index 3638c5d2dbbeaae6fb1c20448d927e8a2c429767..e8b6fa2f1af8ae6eb5c6a5833c938463dedfba85 100644
--- a/chrome/common/content_settings_pattern_parser.h
+++ b/chrome/common/content_settings_pattern_parser.h
@@ -33,6 +33,8 @@ class PatternParser {
static const char* kPortWildcard;
+ static const char* kPathWildcard;
+
DISALLOW_COPY_AND_ASSIGN(PatternParser);
};

Powered by Google App Engine
This is Rietveld 408576698