| Index: chrome/browser/ui/gtk/constrained_html_delegate_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/constrained_html_delegate_gtk.cc (revision 105162)
|
| +++ chrome/browser/ui/gtk/constrained_html_delegate_gtk.cc (working copy)
|
| @@ -85,8 +85,8 @@
|
| tab_.tab_contents()->property_bag(), this);
|
|
|
| tab_.tab_contents()->controller().LoadURL(
|
| - delegate->GetDialogContentURL(), GURL(), PageTransition::START_PAGE,
|
| - std::string());
|
| + delegate->GetDialogContentURL(), GURL(),
|
| + content::PAGE_TRANSITION_START_PAGE, std::string());
|
| tab_contents_container_.SetTab(&tab_);
|
|
|
| gfx::Size dialog_size;
|
|
|