Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6982)

Unified Diff: chrome/browser/ui/constrained_window.cc

Issue 11647017: Rename platform-independent ConstrainedWindow types to WebContentsModalDialog types (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: stage changes to preserve history Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/constrained_window.h ('k') | chrome/browser/ui/constrained_window_tab_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « chrome/browser/ui/constrained_window.h ('k') | chrome/browser/ui/constrained_window_tab_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698