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

Unified Diff: chrome/common/extensions/extension.h

Issue 8885022: Move URLPattern::ParseOption into a field. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more minor sprucing Created 9 years 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/extension.h
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index 54bff608b4992da036268ecf1430650a4e489f51..b3218ebd99fec9308f3c7c64d00f15dc761c7fd7 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -650,7 +650,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
URLPatternSet* extent,
const char* list_error,
const char* value_error,
- URLPattern::ParseOption parse_strictness,
+ URLPattern::ParseOption parse_option,
std::string* error);
bool LoadLaunchContainer(const extensions::Manifest* manifest,
std::string* error);
« no previous file with comments | « chrome/browser/tab_contents/render_view_context_menu_unittest.cc ('k') | chrome/common/extensions/extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698