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

Side by Side Diff: third_party/WebKit/Source/core/frame/ContentSettingsClient.h

Issue 2818613003: Rewrite references to "wtf/" to "platform/wtf/" in core/frame. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | third_party/WebKit/Source/core/frame/DEPS » ('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 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 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 ContentSettingsClient_h 5 #ifndef ContentSettingsClient_h
6 #define ContentSettingsClient_h 6 #define ContentSettingsClient_h
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "core/CoreExport.h" 10 #include "core/CoreExport.h"
11 #include "platform/heap/Heap.h" 11 #include "platform/heap/Heap.h"
12 #include "wtf/Forward.h" 12 #include "platform/wtf/Forward.h"
13 13
14 namespace blink { 14 namespace blink {
15 15
16 class ContentSettingCallbacks; 16 class ContentSettingCallbacks;
17 class KURL; 17 class KURL;
18 class SecurityOrigin; 18 class SecurityOrigin;
19 class WebContentSettingsClient; 19 class WebContentSettingsClient;
20 20
21 // This class provides the content settings information which tells 21 // This class provides the content settings information which tells
22 // whether each feature is allowed. Most of the methods return the 22 // whether each feature is allowed. Most of the methods return the
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 // This callback is similar, but for plugins. 93 // This callback is similar, but for plugins.
94 void DidNotAllowPlugins(); 94 void DidNotAllowPlugins();
95 95
96 private: 96 private:
97 WebContentSettingsClient* client_ = nullptr; 97 WebContentSettingsClient* client_ = nullptr;
98 }; 98 };
99 99
100 } // namespace blink 100 } // namespace blink
101 101
102 #endif // ContentSettingsClient_h 102 #endif // ContentSettingsClient_h
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698