| OLD | NEW |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 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 WebContentSettingsClient_h | 5 #ifndef WebContentSettingsClient_h |
| 6 #define WebContentSettingsClient_h | 6 #define WebContentSettingsClient_h |
| 7 | 7 |
| 8 #include "public/platform/WebContentSettingCallbacks.h" | 8 #include "public/platform/WebContentSettingCallbacks.h" |
| 9 | 9 |
| 10 namespace blink { | 10 namespace blink { |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 // Notifies the client that the frame would have executed script if script | 101 // Notifies the client that the frame would have executed script if script |
| 102 // were enabled. | 102 // were enabled. |
| 103 virtual void didNotAllowScript() {} | 103 virtual void didNotAllowScript() {} |
| 104 | 104 |
| 105 virtual ~WebContentSettingsClient() {} | 105 virtual ~WebContentSettingsClient() {} |
| 106 }; | 106 }; |
| 107 | 107 |
| 108 } // namespace blink | 108 } // namespace blink |
| 109 | 109 |
| 110 #endif // WebContentSettingsClient_h | 110 #endif // WebContentSettingsClient_h |
| OLD | NEW |