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

Unified Diff: content/browser/in_process_webkit/indexed_db_context_impl.h

Issue 9836066: Have content cancel requests for ResourceContexts when they shutdown, instead of depending on the e… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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: content/browser/in_process_webkit/indexed_db_context_impl.h
===================================================================
--- content/browser/in_process_webkit/indexed_db_context_impl.h (revision 128565)
+++ content/browser/in_process_webkit/indexed_db_context_impl.h (working copy)
@@ -86,9 +86,9 @@
}
private:
- FRIEND_TEST_ALL_PREFIXES(IndexedDBBrowserTest, ClearLocalState);
- FRIEND_TEST_ALL_PREFIXES(IndexedDBBrowserTest, ClearSessionOnlyDatabases);
- FRIEND_TEST_ALL_PREFIXES(IndexedDBBrowserTest, SaveSessionState);
+ FRIEND_TEST_ALL_PREFIXES(IndexedDBTest, ClearLocalState);
+ FRIEND_TEST_ALL_PREFIXES(IndexedDBTest, ClearSessionOnlyDatabases);
+ FRIEND_TEST_ALL_PREFIXES(IndexedDBTest, SaveSessionState);
friend class IndexedDBQuotaClientTest;
typedef std::map<GURL, int64> OriginToSizeMap;
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_browsertest.cc ('k') | content/browser/in_process_webkit/indexed_db_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698