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

Unified Diff: chrome/browser/plugins/flash_permission_context.h

Issue 2945243002: Permissions: Allow PermissionManager to return more PermissionStatusSources.
Patch Set: Cleanup. Created 3 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: chrome/browser/plugins/flash_permission_context.h
diff --git a/chrome/browser/plugins/flash_permission_context.h b/chrome/browser/plugins/flash_permission_context.h
index 7943d9627e053982c6bbe53eec6ac74912442745..e2e3e25160d0976e9c8422b13bef2384198872a8 100644
--- a/chrome/browser/plugins/flash_permission_context.h
+++ b/chrome/browser/plugins/flash_permission_context.h
@@ -18,7 +18,7 @@ class FlashPermissionContext : public PermissionContextBase {
private:
// PermissionContextBase:
- ContentSetting GetPermissionStatusInternal(
+ PermissionResult GetPermissionStatusInternal(
content::RenderFrameHost* render_frame_host,
const GURL& requesting_origin,
const GURL& embedding_origin) const override;
« no previous file with comments | « chrome/browser/plugins/flash_download_interception.cc ('k') | chrome/browser/plugins/flash_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698