| 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 hasPermission);
|
| // Create a tab value, overriding its kSelectedKey to the provided boolean.
|
| static base::DictionaryValue* CreateTabValueActive(
|
| const content::WebContents* web_contents,
|
|
|