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

Side by Side Diff: chrome/renderer/content_settings_observer.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 2 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
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.h ('k') | chrome/service/service_process.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_RENDERER_CONTENT_SETTINGS_OBSERVER_H_ 5 #ifndef CHROME_RENDERER_CONTENT_SETTINGS_OBSERVER_H_
6 #define CHROME_RENDERER_CONTENT_SETTINGS_OBSERVER_H_ 6 #define CHROME_RENDERER_CONTENT_SETTINGS_OBSERVER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 10
11 #include "base/gtest_prod_util.h"
11 #include "components/content_settings/core/common/content_settings.h" 12 #include "components/content_settings/core/common/content_settings.h"
12 #include "components/content_settings/core/common/content_settings_types.h" 13 #include "components/content_settings/core/common/content_settings_types.h"
13 #include "content/public/renderer/render_frame_observer.h" 14 #include "content/public/renderer/render_frame_observer.h"
14 #include "content/public/renderer/render_frame_observer_tracker.h" 15 #include "content/public/renderer/render_frame_observer_tracker.h"
15 #include "third_party/WebKit/public/web/WebContentSettingsClient.h" 16 #include "third_party/WebKit/public/web/WebContentSettingsClient.h"
16 17
17 class GURL; 18 class GURL;
18 19
19 namespace blink { 20 namespace blink {
20 class WebFrame; 21 class WebFrame;
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 typedef std::map<int, blink::WebContentSettingCallbacks> PermissionRequestMap; 163 typedef std::map<int, blink::WebContentSettingCallbacks> PermissionRequestMap;
163 PermissionRequestMap permission_requests_; 164 PermissionRequestMap permission_requests_;
164 165
165 // If true, IsWhitelistedForContentSettings will always return true. 166 // If true, IsWhitelistedForContentSettings will always return true.
166 const bool should_whitelist_; 167 const bool should_whitelist_;
167 168
168 DISALLOW_COPY_AND_ASSIGN(ContentSettingsObserver); 169 DISALLOW_COPY_AND_ASSIGN(ContentSettingsObserver);
169 }; 170 };
170 171
171 #endif // CHROME_RENDERER_CONTENT_SETTINGS_OBSERVER_H_ 172 #endif // CHROME_RENDERER_CONTENT_SETTINGS_OBSERVER_H_
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.h ('k') | chrome/service/service_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698