Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebNotificationPresenter.h
index 9277a16..b7463ce 100644 (file)
@@ -63,11 +63,6 @@ public:
 
     // Checks the permission level for the given origin.
     virtual Permission checkPermission(const WebSecurityOrigin&) = 0;
-
-    // Requests permission for a given origin.  This operation is asynchronous and the callback provided
-    // will be invoked when the permission decision is made.  Callback pointer must remain
-    // valid until called.
-    virtual void requestPermission(const WebSecurityOrigin&, WebNotificationPermissionCallback*) = 0;
 };
 
 } // namespace blink