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

Unified Diff: chrome/browser/guestview/webview/plugin_permission_helper.cc

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: Shorten UMA string literals 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
« no previous file with comments | « no previous file | chrome/browser/guestview/webview/webview_guest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/guestview/webview/plugin_permission_helper.cc
diff --git a/chrome/browser/guestview/webview/plugin_permission_helper.cc b/chrome/browser/guestview/webview/plugin_permission_helper.cc
index d223dbdcdf140318ee2d345685e5c5ec3f0a6fd9..004452353d8e8d84c69fb56ca3724297f32b55a8 100644
--- a/chrome/browser/guestview/webview/plugin_permission_helper.cc
+++ b/chrome/browser/guestview/webview/plugin_permission_helper.cc
@@ -108,8 +108,4 @@ void PluginPermissionHelper::OnPermissionResponse(const std::string& identifier,
host->Send(new ChromeViewMsg_LoadBlockedPlugins(
host->GetRoutingID(), identifier));
}
-
- content::RecordAction(
- allow ? content::UserMetricsAction("WebView.Guest.PluginLoadAllowed") :
- content::UserMetricsAction("WebView.Guest.PluginLoadDenied"));
}
« no previous file with comments | « no previous file | chrome/browser/guestview/webview/webview_guest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698