| Index: chrome/browser/notifications/desktop_notification_service.h
|
| ===================================================================
|
| --- chrome/browser/notifications/desktop_notification_service.h (revision 31723)
|
| +++ chrome/browser/notifications/desktop_notification_service.h (working copy)
|
| @@ -71,6 +71,11 @@
|
| private:
|
| void InitPrefs();
|
|
|
| + // Returns a display name for an origin, to be used in permission infobar
|
| + // or on the frame of the notification toast. Different from the origin
|
| + // itself when dealing with extensions.
|
| + std::wstring DisplayNameForOrigin(const GURL& origin);
|
| +
|
| // The profile which owns this object.
|
| Profile* profile_;
|
|
|
|
|