Chromium Code Reviews| Index: chrome/browser/extensions/extension_tab_util.h |
| =================================================================== |
| --- chrome/browser/extensions/extension_tab_util.h (revision 142698) |
| +++ chrome/browser/extensions/extension_tab_util.h (working copy) |
| @@ -45,6 +45,10 @@ |
| const content::WebContents* web_contents, |
| TabStripModel* tab_strip, |
| int tab_index); |
| + static base::DictionaryValue* CreateTabValue( |
| + const content::WebContents* web_contents, |
| + TabStripModel* tab_strip, |
| + int tab_index, bool has_permission); |
|
Aaron Boodman
2012/08/07 01:03:25
I would prefer an enum rather than the boolean par
SanjoyPal
2012/08/14 11:14:13
Done.
|
| // Create a tab value, overriding its kSelectedKey to the provided boolean. |
| static base::DictionaryValue* CreateTabValueActive( |
| const content::WebContents* web_contents, |