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

Unified Diff: chrome/browser/profiles/profile.h

Issue 7711010: Removal of Profile from content part 9 of 9. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing mock Created 9 years, 4 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/browser/chrome_content_browser_client.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 3165b3359fa8539664e1ab0b69855b34803d3993..a5ba58d20601c77b044075a3dc6687282c7c0d0d 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -20,6 +20,10 @@ namespace base {
class Time;
}
+namespace chrome {
+class ChromeContentBrowserClient;
+}
+
namespace chromeos {
class LibCrosServiceLibraryImpl;
class ResetDefaultProxyConfigServiceTask;
@@ -141,18 +145,16 @@ class Profile : public content::BrowserContext {
friend class AutofillDownloadManager;
friend class ChromePluginMessageFilter;
- friend class DefaultGeolocationArbitratorDependencyFactory;
friend class BrowserListTabContentsProvider;
friend class LiveSyncTest;
friend class MetricsService;
- friend class ResolveProxyMsgHelper;
friend class SafeBrowsingServiceTestHelper;
friend class SdchDictionaryFetcher;
friend class Toolbar5Importer;
friend class TranslateManager;
+ friend class chrome::ChromeContentBrowserClient;
friend class chromeos::LibCrosServiceLibraryImpl;
friend class chromeos::ResetDefaultProxyConfigServiceTask;
- friend class speech_input::SpeechRecognizer;
static net::URLRequestContextGetter* GetDefaultRequestContext() {
return Profile::GetDefaultRequestContext();
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698