Index: chrome/browser/ui/cocoa/html_dialog_window_controller.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/html_dialog_window_controller.mm (revision 105162) |
+++ chrome/browser/ui/cocoa/html_dialog_window_controller.mm (working copy) |
@@ -287,7 +287,8 @@ |
delegate_.get()); |
tabContents_->controller().LoadURL(delegate_->GetDialogContentURL(), |
- GURL(), PageTransition::START_PAGE, |
+ GURL(), |
+ content::PAGE_TRANSITION_START_PAGE, |
std::string()); |
// TODO(akalin): add accelerator for ESC to close the dialog box. |