 Chromium Code Reviews
 Chromium Code Reviews Issue 6727006:
  Select a more appropiate appcache based on the opener or the parent of the new document.  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 6727006:
  Select a more appropiate appcache based on the opener or the parent of the new document.  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: webkit/appcache/appcache_storage.h | 
| =================================================================== | 
| --- webkit/appcache/appcache_storage.h (revision 80669) | 
| +++ webkit/appcache/appcache_storage.h (working copy) | 
| @@ -114,7 +114,8 @@ | 
| // Schedules a query to identify a response for a main request. Upon | 
| // completion the delegate will be called back. | 
| virtual void FindResponseForMainRequest( | 
| - const GURL& url, Delegate* delegate) = 0; | 
| + const GURL& url, const GURL& preferred_manifest_url, | 
| 
adamk
2011/04/11 20:45:16
I believe the style guide asks that if you need to
 
michaeln
2011/04/14 23:41:23
Done.
 | 
| + Delegate* delegate) = 0; | 
| // Performs an immediate lookup of the in-memory cache to | 
| // identify a response for a sub resource request. |