Index: chrome/browser/extensions/extension_tab_util.h |
=================================================================== |
--- chrome/browser/extensions/extension_tab_util.h (revision 246091) |
+++ chrome/browser/extensions/extension_tab_util.h (working copy) |
@@ -70,6 +70,10 @@ |
TabStripModel* tab_strip, |
int tab_index); |
+ // Creates a Tab object with only the tab id for platform apps. |
not at google - send to devlin
2014/01/23 16:41:59
If you did the filtering on the renderer would you
Lei Zhang
2014/01/23 20:53:12
If I did the filtering on the renderer side, then
|
+ static base::DictionaryValue* CreateTabValueForPlatformApp( |
+ const content::WebContents* web_contents); |
+ |
// Removes any privacy-sensitive fields from a Tab object if appropriate, |
// given the permissions of the extension and the tab in question. The |
// tab_info object is modified in place. |