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

Unified Diff: chrome/browser/services/gcm/push_messaging_infobar_delegate.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/services/gcm/push_messaging_infobar_delegate.h
diff --git a/chrome/browser/services/gcm/push_messaging_infobar_delegate.h b/chrome/browser/services/gcm/push_messaging_infobar_delegate.h
index 02d66e24131daf8778a195a5c676ed6bfb20665d..107a31d4b9a7b766f9d6d695d6e1de8fbfcd3c0b 100644
--- a/chrome/browser/services/gcm/push_messaging_infobar_delegate.h
+++ b/chrome/browser/services/gcm/push_messaging_infobar_delegate.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_SERVICES_GCM_PUSH_MESSAGING_INFOBAR_DELEGATE_H_
#include "chrome/browser/content_settings/permission_infobar_delegate.h"
+#include "chrome/common/content_settings_types.h"
class GURL;
class InfoBarService;
@@ -22,13 +23,15 @@ class PushMessagingInfoBarDelegate : public PermissionInfobarDelegate {
PermissionQueueController* controller,
const PermissionRequestID& id,
const GURL& requesting_frame,
- const std::string& display_languages);
+ const std::string& display_languages,
+ ContentSettingsType type);
private:
PushMessagingInfoBarDelegate(PermissionQueueController* controller,
const PermissionRequestID& id,
const GURL& requesting_frame,
- const std::string& display_languages);
+ const std::string& display_languages,
+ ContentSettingsType type);
virtual ~PushMessagingInfoBarDelegate();
// ConfirmInfoBarDelegate:

Powered by Google App Engine
This is Rietveld 408576698