diff options
Diffstat (limited to 'chrome/browser/extensions/extension_tab_util.cc')
-rw-r--r-- | chrome/browser/extensions/extension_tab_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_tab_util.cc b/chrome/browser/extensions/extension_tab_util.cc index ba8a740..4c1f7cb 100644 --- a/chrome/browser/extensions/extension_tab_util.cc +++ b/chrome/browser/extensions/extension_tab_util.cc @@ -113,7 +113,7 @@ DictionaryValue* ExtensionTabUtil::CreateTabValue(const TabContents* contents, tab_strip && tab_strip->IsTabPinned(tab_index)); result->SetString(keys::kTitleKey, contents->GetTitle()); result->SetBoolean(keys::kIncognitoKey, - contents->browser_context()->IsOffTheRecord()); + contents->GetBrowserContext()->IsOffTheRecord()); if (!is_loading) { NavigationEntry* entry = contents->GetController().GetActiveEntry(); |