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

Unified Diff: chrome/browser/net/chrome_network_delegate.cc

Issue 1928393003: Using separate directories based on LifetimeType. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/browser/net/chrome_network_delegate.cc
diff --git a/chrome/browser/net/chrome_network_delegate.cc b/chrome/browser/net/chrome_network_delegate.cc
index c333cf05627f7a019dd954baef84e5b3a633368f..b9fb730961d63050c544e0fb9188317d86f0924a 100644
--- a/chrome/browser/net/chrome_network_delegate.cc
+++ b/chrome/browser/net/chrome_network_delegate.cc
@@ -676,7 +676,7 @@ bool ChromeNetworkDelegate::OnCanAccessFile(const net::URLRequest& request,
// Pages/archives.
if (!profile_path_.empty()) {
const base::FilePath offline_page_archives =
- profile_path_.Append(chrome::kOfflinePageArchviesDirname);
+ profile_path_.Append(chrome::kOfflinePageArchivesDirname);
if (offline_page_archives.IsParent(path))
return true;
}
« no previous file with comments | « chrome/browser/android/offline_pages/test_offline_page_model_builder.cc ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698