| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 30967)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -585,6 +585,7 @@
|
| const string16& title,
|
| const string16& text,
|
| int notification_id);
|
| + void OnCancelDesktopNotification(int notification_id);
|
| void OnRequestNotificationPermission(const GURL& origin, int callback_id);
|
|
|
| void OnExtensionRequest(const std::string& name, const ListValue& args,
|
|
|