| Index: chrome/common/automation_messages_internal.h
|
| diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
|
| index 97e0a20c6d2c0548fbf1d8a620c6258d7356fad2..15479f48604f9300723c2e01b265aa1d2c932793 100644
|
| --- a/chrome/common/automation_messages_internal.h
|
| +++ b/chrome/common/automation_messages_internal.h
|
| @@ -613,8 +613,7 @@ IPC_BEGIN_MESSAGES(Automation)
|
| // Response:
|
| // - bool: whether the operation was successful.
|
| // - PageType: the type of the page currently displayed.
|
| - IPC_SYNC_MESSAGE_ROUTED1_2(AutomationMsg_GetPageType, int, bool,
|
| - NavigationEntry::PageType)
|
| + IPC_SYNC_MESSAGE_ROUTED1_2(AutomationMsg_GetPageType, int, bool, PageType)
|
|
|
| // This message simulates the user action on the SSL blocking page showing in
|
| // the specified tab. This message is only effective if an interstitial page
|
|
|