diff options
author | wittman@chromium.org <wittman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-17 21:43:51 +0000 |
---|---|---|
committer | wittman@chromium.org <wittman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-17 21:43:51 +0000 |
commit | 4591ae4837dd9407d309d98414f2c2feefbfbebf (patch) | |
tree | 4c0041a359ed2838db888d3de89e165d7553c613 /chrome/browser/ui/gtk/constrained_window_gtk.h | |
parent | c2c69f2e3fd244278faf4e1bdc0f0f745fbf7b04 (diff) | |
download | chromium_src-4591ae4837dd9407d309d98414f2c2feefbfbebf.zip chromium_src-4591ae4837dd9407d309d98414f2c2feefbfbebf.tar.gz chromium_src-4591ae4837dd9407d309d98414f2c2feefbfbebf.tar.bz2 |
Remove Instant checks for web contents modal dialog
Checking of WebContentsModalDialogManagerDelegate::ShouldFocusWebContentsModalDialog and WebContentsModalDialog::CanShowWebContentsModalDialog was introduced to handle HTTP authentication dialogs displayed as the result of Instant, but are no longer needed as Instant no longer auto-loads non-search URLs. If non-search Instant functionality is reintroduced in the future, this issue can be readdressed at that time, per sreeram.
BUG=157161
Review URL: https://chromiumcodereview.appspot.com/11970021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177498 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/gtk/constrained_window_gtk.h')
-rw-r--r-- | chrome/browser/ui/gtk/constrained_window_gtk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/ui/gtk/constrained_window_gtk.h b/chrome/browser/ui/gtk/constrained_window_gtk.h index 3c8e3e7e..a9807bd 100644 --- a/chrome/browser/ui/gtk/constrained_window_gtk.h +++ b/chrome/browser/ui/gtk/constrained_window_gtk.h @@ -59,7 +59,6 @@ class ConstrainedWindowGtk : public WebContentsModalDialog { virtual void CloseWebContentsModalDialog() OVERRIDE; virtual void FocusWebContentsModalDialog() OVERRIDE; virtual void PulseWebContentsModalDialog() OVERRIDE; - virtual bool CanShowWebContentsModalDialog() OVERRIDE; virtual gfx::NativeWindow GetNativeWindow() OVERRIDE; // Called when the result of GetBackgroundColor may have changed. |