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

Side by Side Diff: chrome/browser/profiles/profile_impl.h

Issue 7839009: BUG=94920 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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
« no previous file with comments | « chrome/browser/extensions/extension_service.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 // This class gathers state related to a single user profile. 5 // This class gathers state related to a single user profile.
6 6
7 #ifndef CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_ 7 #ifndef CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
8 #define CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_ 8 #define CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 void StopCreateSessionServiceTimer(); 163 void StopCreateSessionServiceTimer();
164 164
165 void EnsureRequestContextCreated() { 165 void EnsureRequestContextCreated() {
166 GetRequestContext(); 166 GetRequestContext();
167 } 167 }
168 168
169 void EnsureSessionServiceCreated(); 169 void EnsureSessionServiceCreated();
170 170
171 void RegisterComponentExtensions(); 171 void RegisterComponentExtensions();
172 172
173 void InstallDefaultApps();
174
173 ExtensionPrefValueMap* GetExtensionPrefValueMap(); 175 ExtensionPrefValueMap* GetExtensionPrefValueMap();
174 176
175 void CreateQuotaManagerAndClients(); 177 void CreateQuotaManagerAndClients();
176 178
177 SpellCheckProfile* GetSpellCheckProfile(); 179 SpellCheckProfile* GetSpellCheckProfile();
178 180
179 NotificationRegistrar registrar_; 181 NotificationRegistrar registrar_;
180 PrefChangeRegistrar pref_change_registrar_; 182 PrefChangeRegistrar pref_change_registrar_;
181 183
182 FilePath path_; 184 FilePath path_;
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_; 292 scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_;
291 293
292 Profile::Delegate* delegate_; 294 Profile::Delegate* delegate_;
293 295
294 chrome_browser_net::Predictor* predictor_; 296 chrome_browser_net::Predictor* predictor_;
295 297
296 DISALLOW_COPY_AND_ASSIGN(ProfileImpl); 298 DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
297 }; 299 };
298 300
299 #endif // CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_ 301 #endif // CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_service.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698