| Index: chrome/browser/nacl_host/pnacl_host.h
|
| diff --git a/chrome/browser/nacl_host/pnacl_host.h b/chrome/browser/nacl_host/pnacl_host.h
|
| index b2f69843d005d17d91aea98e71e29a2785ace543..91553f498492e52d2f39213b35544edfd613604e 100644
|
| --- a/chrome/browser/nacl_host/pnacl_host.h
|
| +++ b/chrome/browser/nacl_host/pnacl_host.h
|
| @@ -125,6 +125,8 @@ class PnaclHost {
|
|
|
| typedef std::pair<int, int> TranslationID;
|
| typedef std::map<TranslationID, PendingTranslation> PendingTranslationMap;
|
| + static bool TranslationMayBeCached(
|
| + const PendingTranslationMap::iterator& entry);
|
|
|
| void InitForTest(base::FilePath temp_dir);
|
| void OnCacheInitialized(int net_error);
|
|
|