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

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

Issue 2041233007: Fix typos on offline pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in test files Created 4 years, 6 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 68336f084dbd1ce063d08eb6274864139ed47022..a872946b8c2b498880af95ca5f8a01da65128b5e 100644
--- a/chrome/browser/net/chrome_network_delegate.cc
+++ b/chrome/browser/net/chrome_network_delegate.cc
@@ -681,7 +681,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