| 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 IOS_WEB_TEST_WEB_INT_TEST_H_ | 5 #ifndef IOS_WEB_TEST_WEB_INT_TEST_H_ |
| 6 #define IOS_WEB_TEST_WEB_INT_TEST_H_ | 6 #define IOS_WEB_TEST_WEB_INT_TEST_H_ |
| 7 | 7 |
| 8 #import <WebKit/WebKit.h> | 8 #import <WebKit/WebKit.h> |
| 9 | 9 |
| 10 #include "ios/web/public/test/web_test.h" | 10 #include "ios/web/public/test/web_test.h" |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 // Synchronously removes data from |data_store|. | 24 // Synchronously removes data from |data_store|. |
| 25 // |websiteDataTypes| is from the constants defined in | 25 // |websiteDataTypes| is from the constants defined in |
| 26 // "WebKit/WKWebsiteDataRecord". | 26 // "WebKit/WKWebsiteDataRecord". |
| 27 void RemoveWKWebViewCreatedData(WKWebsiteDataStore* data_store, | 27 void RemoveWKWebViewCreatedData(WKWebsiteDataStore* data_store, |
| 28 NSSet* websiteDataTypes); | 28 NSSet* websiteDataTypes); |
| 29 | 29 |
| 30 }; | 30 }; |
| 31 | 31 |
| 32 } // namespace web | 32 } // namespace web |
| 33 | 33 |
| 34 #endif // IOS_WEB_TEST_WEB_TEST_H_ | 34 #endif // IOS_WEB_TEST_WEB_INT_TEST_H_ |
| OLD | NEW |