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

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

Issue 69913002: Add UMA for <webview> APIs: a. ClearData, b. when Permission request is allowed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refine by permission granularity. Created 7 years, 1 month 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 e8767e20768856291be8215bd2a6aed9b454b891..d1b8185eccadf29b45930b70ba8298d53915d6f3 100644
--- a/content/public/browser/browser_plugin_guest_delegate.h
+++ b/content/public/browser/browser_plugin_guest_delegate.h
@@ -66,7 +66,8 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
virtual void RendererUnresponsive() {}
typedef base::Callback<void(bool /* allow */,
- const std::string& /* user_input */)>
+ const std::string& /* user_input */,
+ bool /* user_initiated */)>
PermissionResponseCallback;
// Request permission from the delegate to perform an action of the provided

Powered by Google App Engine
This is Rietveld 408576698