diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.h')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h index d45d1dc..4709cab 100644 --- a/chrome/browser/tab_contents/tab_contents.h +++ b/chrome/browser/tab_contents/tab_contents.h @@ -835,7 +835,7 @@ class TabContents : public PageNavigator, const gfx::Rect& selection_rect, int active_match_ordinal, bool final_update); - virtual bool CanTerminate() const; + virtual bool IsExternalTabContainer() const; // SelectFileDialog::Listener ------------------------------------------------ |