| Index: chrome/browser/ui/gtk/web_dialog_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/web_dialog_gtk.cc b/chrome/browser/ui/gtk/web_dialog_gtk.cc
|
| index 409c35e0618f5ce6f9b8a03ca2ed3ff50068022e..cd796acc17f34245b4621aa8c145a6244a597039 100644
|
| --- a/chrome/browser/ui/gtk/web_dialog_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/web_dialog_gtk.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include <gtk/gtk.h>
|
|
|
| -#include "base/property_bag.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/ui/browser_dialogs.h"
|
| #include "chrome/browser/ui/gtk/gtk_util.h"
|
| @@ -211,8 +210,7 @@ gfx::NativeWindow WebDialogGtk::InitDialog() {
|
|
|
| // This must be done before loading the page; see the comments in
|
| // WebDialogUI.
|
| - WebDialogUI::GetPropertyAccessor().SetProperty(
|
| - tab_->web_contents()->GetPropertyBag(), this);
|
| + WebDialogUI::SetDelegate(tab_->web_contents(), this);
|
|
|
| tab_->web_contents()->GetController().LoadURL(
|
| GetDialogContentURL(),
|
|
|