| Index: chrome/browser/ui/constrained_window.cc
|
| diff --git a/chrome/browser/ui/constrained_window.cc b/chrome/browser/ui/constrained_window.cc
|
| index bcf283dec1b4a659dc8d4510a17759a30e093be5..44d4201a2194078dee2b13984b905f279217ac58 100644
|
| --- a/chrome/browser/ui/constrained_window.cc
|
| +++ b/chrome/browser/ui/constrained_window.cc
|
| @@ -6,13 +6,13 @@
|
|
|
| #include "base/logging.h"
|
|
|
| -void ConstrainedWindow::FocusConstrainedWindow() {
|
| +void ConstrainedWindow::FocusWebContentsModalDialog() {
|
| }
|
|
|
| -void ConstrainedWindow::PulseConstrainedWindow() {
|
| +void ConstrainedWindow::PulseWebContentsModalDialog() {
|
| }
|
|
|
| -bool ConstrainedWindow::CanShowConstrainedWindow() {
|
| +bool ConstrainedWindow::CanShowWebContentsModalDialog() {
|
| return true;
|
| }
|
|
|
|
|