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

Unified Diff: chrome/browser/content_settings/permission_context_base.h

Issue 371933002: Add UMA for the new generic permisison class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/content_settings/permission_context_base.h
diff --git a/chrome/browser/content_settings/permission_context_base.h b/chrome/browser/content_settings/permission_context_base.h
index 76bbc91137b615688b3c4b4b1e2e4d802138c25d..07af561dff7c91c18cc035ef03b45ad75f71d0fc 100644
--- a/chrome/browser/content_settings/permission_context_base.h
+++ b/chrome/browser/content_settings/permission_context_base.h
@@ -79,6 +79,7 @@ class PermissionContextBase : public KeyedService {
const GURL& requesting_origin,
const GURL& embedder_origin,
const BrowserPermissionCallback& callback,
+ bool persist,
bool allowed);
void NotifyPermissionSet(const PermissionRequestID& id,

Powered by Google App Engine
This is Rietveld 408576698