| Index: content/shell/renderer/layout_test/webkit_test_runner.h
|
| diff --git a/content/shell/renderer/layout_test/webkit_test_runner.h b/content/shell/renderer/layout_test/webkit_test_runner.h
|
| index a827145901336239848a6fd3df68f8c48c0046e2..396b2ceb9be1bf40d39e61544b76ccd907198d07 100644
|
| --- a/content/shell/renderer/layout_test/webkit_test_runner.h
|
| +++ b/content/shell/renderer/layout_test/webkit_test_runner.h
|
| @@ -88,9 +88,6 @@ class WebKitTestRunner : public RenderViewObserver,
|
| void EvaluateInWebInspector(long call_id, const std::string& script) override;
|
| void ClearAllDatabases() override;
|
| void SetDatabaseQuota(int quota) override;
|
| - void GrantWebNotificationPermission(const GURL& origin,
|
| - bool permission_granted) override;
|
| - void ClearWebNotificationPermissions() override;
|
| void SimulateWebNotificationClick(const std::string& title) override;
|
| void SetDeviceScaleFactor(float factor) override;
|
| void SetDeviceColorProfile(const std::string& name) override;
|
|
|