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

Unified Diff: content/browser/appcache/chrome_appcache_service.cc

Issue 10909182: Make FileSystemContext respect StoragePartitions. filesystem:// urls will be properly isolated (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove useless headers. Created 8 years, 3 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
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/appcache/chrome_appcache_service.cc
diff --git a/content/browser/appcache/chrome_appcache_service.cc b/content/browser/appcache/chrome_appcache_service.cc
index 9508b806974de1c71953b5a40a4f7f6a19110119..cde0484fdeb0b614f31705a595fdc4d7cfd31a64 100644
--- a/content/browser/appcache/chrome_appcache_service.cc
+++ b/content/browser/appcache/chrome_appcache_service.cc
@@ -32,7 +32,8 @@ void ChromeAppCacheService::InitializeOnIOThread(
resource_context_ = resource_context;
// The |request_context_getter| can be NULL in some unit tests.
- // TODO(awong): TestProfile is difficult to work with. The
+ //
+ // TODO(ajwong): TestProfile is difficult to work with. The
// SafeBrowsing tests require that GetRequestContext return NULL
// so we can't depend on having a non-NULL value here. See crbug/149783.
if (request_context_getter)
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698