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

Unified Diff: webkit/browser/appcache/appcache_host_unittest.cc

Issue 164933002: Expose details for appcache error events [Chromium] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge glitch, complete a rename Created 6 years, 9 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
Index: webkit/browser/appcache/appcache_host_unittest.cc
diff --git a/webkit/browser/appcache/appcache_host_unittest.cc b/webkit/browser/appcache/appcache_host_unittest.cc
index 5e78ce8c5e29582100a68ed0e6477b4b6102d483..3462e3a30be8f2fc632f3c4c076691434e131de9 100644
--- a/webkit/browser/appcache/appcache_host_unittest.cc
+++ b/webkit/browser/appcache/appcache_host_unittest.cc
@@ -60,7 +60,8 @@ class AppCacheHostTest : public testing::Test {
}
virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
- const std::string& message) OVERRIDE {
+ const appcache::ErrorDetails& details)
+ OVERRIDE {
last_event_id_ = ERROR_EVENT;
}
« no previous file with comments | « webkit/browser/appcache/appcache_host.cc ('k') | webkit/browser/appcache/appcache_request_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698