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

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

Issue 23851016: Convert zoom callbacks to use CallbackRegistry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge Created 7 years, 2 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 | « 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) 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 #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 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/gtest_prod_util.h" 10 #include "base/gtest_prod_util.h"
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 // We use a non-persistent content settings map for OTR. 130 // We use a non-persistent content settings map for OTR.
131 scoped_refptr<HostContentSettingsMap> host_content_settings_map_; 131 scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
132 132
133 // Time we were started. 133 // Time we were started.
134 Time start_time_; 134 Time start_time_;
135 135
136 base::FilePath last_selected_directory_; 136 base::FilePath last_selected_directory_;
137 137
138 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; 138 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
139 139
140 content::HostZoomMap::ZoomLevelChangedCallback zoom_callback_; 140 scoped_ptr<content::HostZoomMap::Subscription> zoom_subscription_;
141 141
142 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl); 142 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl);
143 }; 143 };
144 144
145 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_ 145 #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