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

Unified Diff: chrome/browser/ui/views/web_intent_picker_views.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
Index: chrome/browser/ui/views/web_intent_picker_views.cc
diff --git a/chrome/browser/ui/views/web_intent_picker_views.cc b/chrome/browser/ui/views/web_intent_picker_views.cc
index 7ea0b35f82d7b9f8d41b13f44ed082c9c9efc90b..72fd54f7c4fdcd08989f3a8bdbc5ec841ca01226 100644
--- a/chrome/browser/ui/views/web_intent_picker_views.cc
+++ b/chrome/browser/ui/views/web_intent_picker_views.cc
@@ -1143,7 +1143,7 @@ void WebIntentPickerViews::LinkClicked(views::Link* source, int event_flags) {
}
void WebIntentPickerViews::Close() {
- window_->CloseConstrainedWindow();
+ window_->CloseWebContentsModalDialog();
}
void WebIntentPickerViews::SetActionString(const string16& action) {

Powered by Google App Engine
This is Rietveld 408576698