| Index: content/shell/browser/layout_test/layout_test_notification_manager.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.h b/content/shell/browser/layout_test/layout_test_notification_manager.h
|
| index 229667fc54d95c65d8113ffc809a29d3b1b1a507..6cbf67c339f805c635b7fc3f286b98d0e4179c4a 100644
|
| --- a/content/shell/browser/layout_test/layout_test_notification_manager.h
|
| +++ b/content/shell/browser/layout_test/layout_test_notification_manager.h
|
| @@ -54,15 +54,13 @@ class LayoutTestNotificationManager : public PlatformNotificationService {
|
| const SkBitmap& icon,
|
| const PlatformNotificationData& notification_data,
|
| scoped_ptr<DesktopNotificationDelegate> delegate,
|
| - int render_process_id,
|
| base::Closure* cancel_callback) override;
|
| void DisplayPersistentNotification(
|
| BrowserContext* browser_context,
|
| int64 service_worker_registration_id,
|
| const GURL& origin,
|
| const SkBitmap& icon,
|
| - const PlatformNotificationData& notification_data,
|
| - int render_process_id) override;
|
| + const PlatformNotificationData& notification_data) override;
|
| void ClosePersistentNotification(
|
| BrowserContext* browser_context,
|
| const std::string& persistent_notification_id) override;
|
|
|