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

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

Issue 8343052: Sync Promo: Tweak first tabs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: diff against correct branch Created 9 years, 1 month 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 | « no previous file | chrome/browser/profiles/off_the_record_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 #ifndef CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_ 5 #ifndef CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_
6 #define CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_ 6 #define CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 120
121 #if defined(OS_CHROMEOS) 121 #if defined(OS_CHROMEOS)
122 virtual void ChangeAppLocale(const std::string& locale, 122 virtual void ChangeAppLocale(const std::string& locale,
123 AppLocaleChangedVia) OVERRIDE; 123 AppLocaleChangedVia) OVERRIDE;
124 virtual void OnLogin() OVERRIDE; 124 virtual void OnLogin() OVERRIDE;
125 #endif // defined(OS_CHROMEOS) 125 #endif // defined(OS_CHROMEOS)
126 126
127 virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE; 127 virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;
128 virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE; 128 virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE;
129 virtual void ClearNetworkingHistorySince(base::Time time) OVERRIDE; 129 virtual void ClearNetworkingHistorySince(base::Time time) OVERRIDE;
130 virtual GURL GetHomePage() OVERRIDE;
130 131
131 // content::NotificationObserver implementation. 132 // content::NotificationObserver implementation.
132 virtual void Observe(int type, 133 virtual void Observe(int type,
133 const content::NotificationSource& source, 134 const content::NotificationSource& source,
134 const content::NotificationDetails& details) OVERRIDE; 135 const content::NotificationDetails& details) OVERRIDE;
135 136
136 private: 137 private:
137 void CreateQuotaManagerAndClients(); 138 void CreateQuotaManagerAndClients();
138 139
139 content::NotificationRegistrar registrar_; 140 content::NotificationRegistrar registrar_;
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 scoped_refptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; 186 scoped_refptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
186 187
187 scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_; 188 scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_;
188 189
189 scoped_refptr<quota::QuotaManager> quota_manager_; 190 scoped_refptr<quota::QuotaManager> quota_manager_;
190 191
191 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl); 192 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl);
192 }; 193 };
193 194
194 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_ 195 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/profiles/off_the_record_profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698