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

Side by Side Diff: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc

Issue 286933002: [cros login] Split login related classes into subfolders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix includes in new tests Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate. h" 5 #include "chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate. h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/base64.h" 9 #include "base/base64.h"
10 #include "base/logging.h" 10 #include "base/logging.h"
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 #if defined(OS_ANDROID) 75 #if defined(OS_ANDROID)
76 #include "chrome/browser/android/intercept_download_resource_throttle.h" 76 #include "chrome/browser/android/intercept_download_resource_throttle.h"
77 #include "chrome/browser/ui/android/infobars/auto_login_prompter.h" 77 #include "chrome/browser/ui/android/infobars/auto_login_prompter.h"
78 #include "components/navigation_interception/intercept_navigation_delegate.h" 78 #include "components/navigation_interception/intercept_navigation_delegate.h"
79 #else 79 #else
80 #include "chrome/browser/apps/app_url_redirector.h" 80 #include "chrome/browser/apps/app_url_redirector.h"
81 #include "chrome/browser/apps/ephemeral_app_throttle.h" 81 #include "chrome/browser/apps/ephemeral_app_throttle.h"
82 #endif 82 #endif
83 83
84 #if defined(OS_CHROMEOS) 84 #if defined(OS_CHROMEOS)
85 #include "chrome/browser/chromeos/login/merge_session_throttle.h" 85 #include "chrome/browser/chromeos/login/signin/merge_session_throttle.h"
86 // TODO(oshima): Enable this for other platforms. 86 // TODO(oshima): Enable this for other platforms.
87 #include "chrome/browser/renderer_host/offline_resource_throttle.h" 87 #include "chrome/browser/renderer_host/offline_resource_throttle.h"
88 #endif 88 #endif
89 89
90 using content::BrowserThread; 90 using content::BrowserThread;
91 using content::RenderViewHost; 91 using content::RenderViewHost;
92 using content::ResourceDispatcherHostLoginDelegate; 92 using content::ResourceDispatcherHostLoginDelegate;
93 using content::ResourceRequestInfo; 93 using content::ResourceRequestInfo;
94 using extensions::Extension; 94 using extensions::Extension;
95 using extensions::StreamsPrivateAPI; 95 using extensions::StreamsPrivateAPI;
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 url_request->GetTotalReceivedBytes())); 702 url_request->GetTotalReceivedBytes()));
703 } 703 }
704 } 704 }
705 705
706 // static 706 // static
707 void ChromeResourceDispatcherHostDelegate:: 707 void ChromeResourceDispatcherHostDelegate::
708 SetExternalProtocolHandlerDelegateForTesting( 708 SetExternalProtocolHandlerDelegateForTesting(
709 ExternalProtocolHandler::Delegate* delegate) { 709 ExternalProtocolHandler::Delegate* delegate) {
710 g_external_protocol_handler_delegate = delegate; 710 g_external_protocol_handler_delegate = delegate;
711 } 711 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profiles_state.cc ('k') | chrome/browser/signin/chrome_signin_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698