| 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);
|
|
|