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

Side by Side Diff: chrome/browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.h

Issue 1550593002: Switch to standard integer types in chrome/browser/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
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_GUEST_VIEW_WEB_VIEW_CHROME_WEB_VIEW_PERMISSION_HELPER_DEL EGATE_H_ 5 #ifndef CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_CHROME_WEB_VIEW_PERMISSION_HELPER_DEL EGATE_H_
6 #define CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_CHROME_WEB_VIEW_PERMISSION_HELPER_DEL EGATE_H_ 6 #define CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_CHROME_WEB_VIEW_PERMISSION_HELPER_DEL EGATE_H_
7 7
8 #include "base/macros.h"
8 #include "components/content_settings/core/common/content_settings.h" 9 #include "components/content_settings/core/common/content_settings.h"
9 #include "extensions/browser/guest_view/web_view/web_view_permission_helper.h" 10 #include "extensions/browser/guest_view/web_view/web_view_permission_helper.h"
10 #include "extensions/browser/guest_view/web_view/web_view_permission_helper_dele gate.h" 11 #include "extensions/browser/guest_view/web_view/web_view_permission_helper_dele gate.h"
11 12
12 namespace extensions { 13 namespace extensions {
13 class WebViewGuest; 14 class WebViewGuest;
14 15
15 class ChromeWebViewPermissionHelperDelegate : 16 class ChromeWebViewPermissionHelperDelegate :
16 public WebViewPermissionHelperDelegate { 17 public WebViewPermissionHelperDelegate {
17 public: 18 public:
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 std::map<int, int> bridge_id_to_request_id_map_; 122 std::map<int, int> bridge_id_to_request_id_map_;
122 123
123 base::WeakPtrFactory<ChromeWebViewPermissionHelperDelegate> weak_factory_; 124 base::WeakPtrFactory<ChromeWebViewPermissionHelperDelegate> weak_factory_;
124 125
125 DISALLOW_COPY_AND_ASSIGN(ChromeWebViewPermissionHelperDelegate); 126 DISALLOW_COPY_AND_ASSIGN(ChromeWebViewPermissionHelperDelegate);
126 }; 127 };
127 128
128 } // namespace extensions 129 } // namespace extensions
129 130
130 #endif // CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_CHROME_WEB_VIEW_PERMISSION_HELPER_ DELEGATE_H_ 131 #endif // CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_CHROME_WEB_VIEW_PERMISSION_HELPER_ DELEGATE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698