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

Side by Side Diff: chrome/browser/services/gcm/push_messaging_infobar_delegate.h

Issue 365123003: Implement midi permissions on top of the new common permission classes (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_SERVICES_GCM_PUSH_MESSAGING_INFOBAR_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_SERVICES_GCM_PUSH_MESSAGING_INFOBAR_DELEGATE_H_
6 #define CHROME_BROWSER_SERVICES_GCM_PUSH_MESSAGING_INFOBAR_DELEGATE_H_ 6 #define CHROME_BROWSER_SERVICES_GCM_PUSH_MESSAGING_INFOBAR_DELEGATE_H_
7 7
8 #include "chrome/browser/services/gcm/permission_infobar_delegate.h" 8 #include "chrome/browser/content_settings/permission_infobar_delegate.h"
9 9
10 class GURL; 10 class GURL;
11 class InfoBarService; 11 class InfoBarService;
12 12
13 namespace gcm { 13 namespace gcm {
14 14
15 // Delegate to allow GCM push messages registration. 15 // Delegate to allow GCM push messages registration.
16 class PushMessagingInfoBarDelegate : public PermissionInfobarDelegate { 16 class PushMessagingInfoBarDelegate : public PermissionInfobarDelegate {
17 public: 17 public:
18 virtual ~PushMessagingInfoBarDelegate(); 18 virtual ~PushMessagingInfoBarDelegate();
(...skipping 17 matching lines...) Expand all
36 36
37 const GURL requesting_origin_; 37 const GURL requesting_origin_;
38 const std::string display_languages_; 38 const std::string display_languages_;
39 39
40 DISALLOW_COPY_AND_ASSIGN(PushMessagingInfoBarDelegate); 40 DISALLOW_COPY_AND_ASSIGN(PushMessagingInfoBarDelegate);
41 }; 41 };
42 42
43 } // namespace gcm 43 } // namespace gcm
44 #endif // CHROME_BROWSER_SERVICES_GCM_PUSH_MESSAGING_INFOBAR_DELEGATE_H_ 44 #endif // CHROME_BROWSER_SERVICES_GCM_PUSH_MESSAGING_INFOBAR_DELEGATE_H_
45 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698