Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Unified Diff: content/shell/renderer/webkit_test_runner.h

Issue 395883002: Support layout testing Web Notifications from Document and Worker contexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/renderer/test_runner/test_runner.cc ('k') | content/shell/renderer/webkit_test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/webkit_test_runner.h
diff --git a/content/shell/renderer/webkit_test_runner.h b/content/shell/renderer/webkit_test_runner.h
index 82e6d30d75487a08525e8a16d95fc88d4c0849e5..94fe374a763bee2e9b56d131b67df5e592dbb092 100644
--- a/content/shell/renderer/webkit_test_runner.h
+++ b/content/shell/renderer/webkit_test_runner.h
@@ -93,6 +93,11 @@ class WebKitTestRunner : public RenderViewObserver,
const std::string& script) OVERRIDE;
virtual void clearAllDatabases() OVERRIDE;
virtual void setDatabaseQuota(int quota) OVERRIDE;
+ virtual blink::WebNotificationPresenter::Permission
+ checkWebNotificationPermission(const GURL& origin) OVERRIDE;
+ virtual void grantWebNotificationPermission(const GURL& origin,
+ bool permission_granted) OVERRIDE;
+ virtual void clearWebNotificationPermissions() OVERRIDE;
virtual void setDeviceScaleFactor(float factor) OVERRIDE;
virtual void setDeviceColorProfile(const std::string& name) OVERRIDE;
virtual void setFocus(WebTestProxyBase* proxy, bool focus) OVERRIDE;
« no previous file with comments | « content/shell/renderer/test_runner/test_runner.cc ('k') | content/shell/renderer/webkit_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698