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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 398163008: Export content_common dependency from some content targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add content::NotificationPresenterPermission enum 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
Index: chrome/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 1b9b1e841848afb0c0e2227394fed4114f8519ec..ca51a1608d2fdc426aa698fb314c21523bcec270 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -189,7 +189,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
const GURL& source_origin,
content::RenderFrameHost* render_frame_host,
const base::Closure& callback) OVERRIDE;
- virtual blink::WebNotificationPresenter::Permission
+ virtual content::NotificationPresenterPermission
CheckDesktopNotificationPermission(
const GURL& source_origin,
content::ResourceContext* context,
« no previous file with comments | « android_webview/browser/aw_content_browser_client.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698