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 2adf39e8cd420fd18e54337135039f505dce1488..5b61fbb4ab0e434bf372745719b613e517645930 100644 |
--- a/content/shell/browser/layout_test/layout_test_notification_manager.h |
+++ b/content/shell/browser/layout_test/layout_test_notification_manager.h |
@@ -63,15 +63,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; |