Chromium Code Reviews| Index: chrome/browser/extensions/context_menu_matcher.h |
| diff --git a/chrome/browser/extensions/context_menu_matcher.h b/chrome/browser/extensions/context_menu_matcher.h |
| index 782b8d3fd6db201fb1f20eb8746d37c25e67b1d6..798ff9dcae431d4210b9826e2f6000f40aac613e 100644 |
| --- a/chrome/browser/extensions/context_menu_matcher.h |
| +++ b/chrome/browser/extensions/context_menu_matcher.h |
| @@ -33,10 +33,12 @@ class ContextMenuMatcher { |
| // This is a helper function to append items for one particular extension. |
| // The |index| parameter is used for assigning id's, and is incremented for |
| - // each item actually added. |
| + // each item actually added. |include_icons| is used to determine whether |
| + // the extension's icon should be included with the items. |
|
Yoyo Zhou
2014/07/15 23:35:00
"included with the items": does that mean "shown"?
gpdavis
2014/07/16 01:11:10
Done.
|
| void AppendExtensionItems(const MenuItem::ExtensionKey& extension_key, |
| const base::string16& selection_text, |
| - int* index); |
| + int* index, |
| + bool include_icons); |
| void Clear(); |