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

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.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/browser/browser_plugin/browser_plugin_guest.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
index 9ccf861498b7c8b163bca8d3e201502a4defd319..110c38b02d8846b20ca600b911dafbf19eae5375 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -295,7 +295,8 @@ class CONTENT_EXPORT BrowserPluginGuest
void RespondToPermissionRequest(int request_id,
bool should_allow,
- const std::string& user_input);
+ const std::string& user_input,
+ bool user_initiated);
private:
class EmbedderWebContentsObserver;

Powered by Google App Engine
This is Rietveld 408576698