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

Unified Diff: ios/web/test/web_test_suite.h

Issue 2037763002: [ios] Cleanup resource bundle in WebTestSuite::Shutdown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/web/test/web_test_suite.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/web_test_suite.h
diff --git a/ios/web/test/web_test_suite.h b/ios/web/test/web_test_suite.h
index ceac3621d51aac2163f36bfa2f361fdc7e806800..243b794158d4211ec386df744385530edf4099ee 100644
--- a/ios/web/test/web_test_suite.h
+++ b/ios/web/test/web_test_suite.h
@@ -17,7 +17,9 @@ class WebTestSuite : public base::TestSuite {
~WebTestSuite() override;
protected:
+ // base::TestSuite overrides.
void Initialize() override;
+ void Shutdown() override;
private:
// Sets web client on construction and restores the original on destruction.
« no previous file with comments | « no previous file | ios/web/test/web_test_suite.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698