| Index: chrome/common/render_messages_internal.h
 | 
| ===================================================================
 | 
| --- chrome/common/render_messages_internal.h	(revision 28695)
 | 
| +++ chrome/common/render_messages_internal.h	(working copy)
 | 
| @@ -1701,10 +1701,10 @@
 | 
|    IPC_MESSAGE_ROUTED1(ViewHostMsg_CancelDesktopNotification,
 | 
|                        int /* notification_id */ )
 | 
|    IPC_MESSAGE_ROUTED2(ViewHostMsg_RequestNotificationPermission,
 | 
| -                      string16 /* origin */,
 | 
| +                      GURL /* origin */,
 | 
|                        int /* callback_context */)
 | 
|    IPC_SYNC_MESSAGE_ROUTED1_1(ViewHostMsg_CheckNotificationPermission,
 | 
| -                             string16 /* origin */,
 | 
| +                             GURL /* origin */,
 | 
|                               int /* permission_result */)
 | 
|  
 | 
|    // Sent if the worker object has sent a ViewHostMsg_CreateDedicatedWorker
 | 
| 
 |