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

Unified Diff: webkit/appcache/web_application_cache_host_impl.cc

Issue 2861007: AppCache: add plumbing to deliver logging messages to renderer process. These... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/appcache/web_application_cache_host_impl.cc
===================================================================
--- webkit/appcache/web_application_cache_host_impl.cc (revision 50126)
+++ webkit/appcache/web_application_cache_host_impl.cc (working copy)
@@ -92,6 +92,12 @@
client_->notifyEventListener(WebApplicationCacheHost::ProgressEvent);
}
+void WebApplicationCacheHostImpl::OnLogMessage(
+ LogLevel log_level, const std::string& message) {
+ // TODO(michaeln): Widen the webkit api with this addition.
+ // client_->notifyLogMessage(log_level, message);
+}
+
void WebApplicationCacheHostImpl::willStartMainResourceRequest(
WebURLRequest& request) {
request.setAppCacheHostID(host_id_);
« no previous file with comments | « webkit/appcache/web_application_cache_host_impl.h ('k') | webkit/tools/test_shell/simple_appcache_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698