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

Unified Diff: content/browser/tab_contents/tab_contents.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/tab_contents/tab_contents.h
===================================================================
--- content/browser/tab_contents/tab_contents.h (revision 88079)
+++ content/browser/tab_contents/tab_contents.h (working copy)
@@ -681,8 +681,6 @@
uint64 upload_position, uint64 upload_size);
virtual bool IsExternalTabContainer() const;
virtual void WorkerCrashed();
- virtual void RequestDesktopNotificationPermission(const GURL& source_origin,
- int callback_context);
// RenderViewHostManager::Delegate -------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698