OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2008 Apple Inc. All Rights Reserved. | 2 * Copyright (C) 2008 Apple Inc. All Rights Reserved. |
3 * Copyright (C) 2010 Google Inc. All Rights Reserved. | 3 * Copyright (C) 2010 Google Inc. All Rights Reserved. |
4 * | 4 * |
5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
7 * are met: | 7 * are met: |
8 * 1. Redistributions of source code must retain the above copyright | 8 * 1. Redistributions of source code must retain the above copyright |
9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
10 * 2. Redistributions in binary form must reproduce the above copyright | 10 * 2. Redistributions in binary form must reproduce the above copyright |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 StringBuilder m_rule; | 73 StringBuilder m_rule; |
74 StringBuilder m_ruleValue; | 74 StringBuilder m_ruleValue; |
75 | 75 |
76 ReferrerPolicy m_referrerPolicy = ReferrerPolicyDefault; | 76 ReferrerPolicy m_referrerPolicy = ReferrerPolicyDefault; |
77 | 77 |
78 // Below members only non-null during scan() | 78 // Below members only non-null during scan() |
79 PreloadRequestStream* m_requests = nullptr; | 79 PreloadRequestStream* m_requests = nullptr; |
80 const KURL* m_predictedBaseElementURL = nullptr; | 80 const KURL* m_predictedBaseElementURL = nullptr; |
81 }; | 81 }; |
82 | 82 |
83 } | 83 } // namespace blink |
84 | 84 |
85 #endif | 85 #endif |
OLD | NEW |