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

Unified Diff: chrome/common/appcache/appcache_dispatcher.h

Issue 3009005: Chrome side of changes required to populate appcache resource list.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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: chrome/common/appcache/appcache_dispatcher.h
===================================================================
--- chrome/common/appcache/appcache_dispatcher.h (revision 53710)
+++ chrome/common/appcache/appcache_dispatcher.h (working copy)
@@ -5,6 +5,7 @@
#ifndef CHROME_COMMON_APPCACHE_APPCACHE_DISPATCHER_H_
#define CHROME_COMMON_APPCACHE_APPCACHE_DISPATCHER_H_
+#include <string>
#include <vector>
#include "chrome/common/appcache/appcache_backend_proxy.h"
#include "ipc/ipc_message.h"
@@ -25,8 +26,7 @@
private:
// Ipc message handlers
- void OnCacheSelected(int host_id, int64 cache_id,
- appcache::Status status);
+ void OnCacheSelected(int host_id, const appcache::AppCacheInfo& info);
void OnStatusChanged(const std::vector<int>& host_ids,
appcache::Status status);
void OnEventRaised(const std::vector<int>& host_ids,

Powered by Google App Engine
This is Rietveld 408576698