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

Unified Diff: content/browser/renderer_host/render_view_host_delegate.h

Issue 7125006: Get rid of Chrome notifications dependency, and instead go through ContentBrowserClient to show U... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix browsertest Created 9 years, 6 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
Index: content/browser/renderer_host/render_view_host_delegate.h
===================================================================
--- content/browser/renderer_host/render_view_host_delegate.h (revision 88079)
+++ content/browser/renderer_host/render_view_host_delegate.h (working copy)
@@ -413,12 +413,6 @@
// Notification that a worker process has crashed.
void WorkerCrashed() {}
- // Ask the user if they want to allow the view to show desktop notifications.
- // Returns true if the delegate will take care of asking the user, otherwise
- // the caller will do the default behavior.
- bool RequestDesktopNotificationPermission(const GURL& source_origin,
- int callback_context);
-
protected:
virtual ~RenderViewHostDelegate() {}
};

Powered by Google App Engine
This is Rietveld 408576698