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

Unified Diff: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc

Issue 9980002: Mac content shell: HTTP auth. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed extraneous forward declare 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
« no previous file with comments | « no previous file | content/content_shell.gypi » ('j') | content/shell/shell_login_dialog.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
diff --git a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
index 23131e2b8dde22d04d326088c0a0b2da41c176c5..4da794401c2ceb0b0fb2f0600ac1fd661f392211 100644
--- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
+++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
@@ -255,7 +255,7 @@ ResourceDispatcherHostLoginDelegate*
ChromeResourceDispatcherHostDelegate::CreateLoginDelegate(
net::AuthChallengeInfo* auth_info, net::URLRequest* request) {
std::string instant_header_value;
- // For instant, return a NULl delegate. Auth navigations don't commit the load
+ // For instant, return a NULL delegate. Auth navigations don't commit the load
// (the load remains pending) until the user cancels or succeeds in
// authorizing. Since we don't allow merging of WebContents with pending loads
// we disallow auth dialogs from showing during instant. Returning NULL does
« no previous file with comments | « no previous file | content/content_shell.gypi » ('j') | content/shell/shell_login_dialog.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698