| 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 MEDIA_BLINK_RESOURCE_MULTIBUFFER_DATA_PROVIDER_H_ | 5 #ifndef MEDIA_BLINK_RESOURCE_MULTIBUFFER_DATA_PROVIDER_H_ |
| 6 #define MEDIA_BLINK_RESOURCE_MULTIBUFFER_DATA_PROVIDER_H_ | 6 #define MEDIA_BLINK_RESOURCE_MULTIBUFFER_DATA_PROVIDER_H_ |
| 7 | 7 |
| 8 #include <stdint.h> | 8 #include <stdint.h> |
| 9 | 9 |
| 10 #include <memory> | 10 #include <memory> |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 std::unique_ptr<blink::WebURLLoader> test_loader_; | 123 std::unique_ptr<blink::WebURLLoader> test_loader_; |
| 124 | 124 |
| 125 // When we encounter a redirect, this is the source of the redirect. | 125 // When we encounter a redirect, this is the source of the redirect. |
| 126 GURL redirects_to_; | 126 GURL redirects_to_; |
| 127 | 127 |
| 128 base::WeakPtrFactory<ResourceMultiBufferDataProvider> weak_factory_; | 128 base::WeakPtrFactory<ResourceMultiBufferDataProvider> weak_factory_; |
| 129 }; | 129 }; |
| 130 | 130 |
| 131 } // namespace media | 131 } // namespace media |
| 132 | 132 |
| 133 #endif // MEDIA_BLINK_RESOURCE_MULTIBUFFER_RESOURCE_LOADER_H_ | 133 #endif // MEDIA_BLINK_RESOURCE_MULTIBUFFER_DATA_PROVIDER_H_ |
| OLD | NEW |