| Index: chrome/browser/extensions/extension_tab_util.h
|
| diff --git a/chrome/browser/extensions/extension_tab_util.h b/chrome/browser/extensions/extension_tab_util.h
|
| index ec87b266f9030b67eef9dd197acd1c29b2b09eb5..9b94e330d15ffc0bc0439f8bdc13f477c37a5f41 100644
|
| --- a/chrome/browser/extensions/extension_tab_util.h
|
| +++ b/chrome/browser/extensions/extension_tab_util.h
|
| @@ -54,6 +54,8 @@ class ExtensionTabUtil {
|
| const content::WebContents* web_contents,
|
| bool active);
|
|
|
| + static void StripTabOfSensitiveData(base::DictionaryValue* tab);
|
| +
|
| // Gets the |tab_strip_model| and |tab_index| for the given |web_contents|.
|
| static bool GetTabStripModel(const content::WebContents* web_contents,
|
| TabStripModel** tab_strip_model,
|
|
|