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

Unified Diff: content/public/browser/browser_plugin_guest_delegate.h

Issue 235633002: <webview>: Move Geolocation permission to chrome layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup + Updated UMA Created 6 years, 8 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/public/browser/browser_plugin_guest_delegate.h
diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h
index 7e1c2f7c7a72094958850934adf6fcc8aee5aac2..0cb0f9f954ae3d69baf75ee9d27b970ad87ac7c0 100644
--- a/content/public/browser/browser_plugin_guest_delegate.h
+++ b/content/public/browser/browser_plugin_guest_delegate.h
@@ -88,7 +88,7 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
// |permission_type|. Details of the permission request are found in
// |request_info|. A |callback| is provided to make the decision.
// Returns whether the delegate has, or will handle the permission request.
- virtual bool RequestPermission(
+ virtual int RequestPermission(
BrowserPluginPermissionType permission_type,
const base::DictionaryValue& request_info,
const PermissionResponseCallback& callback,

Powered by Google App Engine
This is Rietveld 408576698