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

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: re-up Created 6 years, 10 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..bbf442128fceb5e7ec6671f0b71cc9e20520aea1 100644
--- a/webkit/browser/appcache/appcache_host_unittest.cc
+++ b/webkit/browser/appcache/appcache_host_unittest.cc
@@ -60,7 +60,10 @@ class AppCacheHostTest : public testing::Test {
}
virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
- const std::string& message) OVERRIDE {
+ const std::string& message,
+ const std::string& reason,
+ const GURL& url,
+ int status) OVERRIDE {
last_event_id_ = ERROR_EVENT;
}

Powered by Google App Engine
This is Rietveld 408576698