OLD | NEW |
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 | 291 |
292 scoped_refptr<chromeos::ProxyConfigServiceImpl> | 292 scoped_refptr<chromeos::ProxyConfigServiceImpl> |
293 chromeos_proxy_config_service_impl_; | 293 chromeos_proxy_config_service_impl_; |
294 | 294 |
295 scoped_ptr<chromeos::EnterpriseExtensionObserver> | 295 scoped_ptr<chromeos::EnterpriseExtensionObserver> |
296 chromeos_enterprise_extension_observer_; | 296 chromeos_enterprise_extension_observer_; |
297 #endif | 297 #endif |
298 | 298 |
299 scoped_refptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; | 299 scoped_refptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; |
300 | 300 |
301 scoped_ptr<PrerenderManager> prerender_manager_; | 301 scoped_refptr<PrerenderManager> prerender_manager_; |
302 | 302 |
303 DISALLOW_COPY_AND_ASSIGN(ProfileImpl); | 303 DISALLOW_COPY_AND_ASSIGN(ProfileImpl); |
304 }; | 304 }; |
305 | 305 |
306 #endif // CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_ | 306 #endif // CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_ |
OLD | NEW |