Chromium Code Reviews| 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..665355f81cddc03db5e888c29bd1ac908fae7100 100644 |
| --- a/chrome/browser/extensions/menu_manager.h |
| +++ b/chrome/browser/extensions/menu_manager.h |
| @@ -185,6 +185,9 @@ class MenuItem { |
| const char* document_url_patterns_key, |
| const char* target_url_patterns_key, |
| std::string* error); |
| + bool PopulateURLPatterns(ListValue* document_url_patterns, |
| + ListValue* target_url_patterns, |
|
not at google - send to devlin
2012/07/26 04:16:20
Just take const std::vector<std::string>* directly
chebert
2012/07/27 01:28:24
Done.
|
| + std::string* error); |
| protected: |
| friend class MenuManager; |