| Index: chrome/browser/extensions/menu_manager.h
|
| diff --git a/chrome/browser/extensions/menu_manager.h b/chrome/browser/extensions/menu_manager.h
|
| index 54445a01fb09ce1fc4cf5875bbed86c1f67c53ee..9ffe0fcf66004829e2b5d2452b3ae2f082eab48d 100644
|
| --- a/chrome/browser/extensions/menu_manager.h
|
| +++ b/chrome/browser/extensions/menu_manager.h
|
| @@ -181,9 +181,8 @@ class MenuItem {
|
| std::string* error);
|
|
|
| // Sets any document and target URL patterns from |properties|.
|
| - bool PopulateURLPatterns(const base::DictionaryValue& properties,
|
| - const char* document_url_patterns_key,
|
| - const char* target_url_patterns_key,
|
| + bool PopulateURLPatterns(std::vector<std::string>* document_url_patterns,
|
| + std::vector<std::string>* target_url_patterns,
|
| std::string* error);
|
|
|
| protected:
|
|
|