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

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

Issue 258373002: Towards moving guest management to chrome: Introduce GuestViewManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android build Created 6 years, 7 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
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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 int render_view_id, 117 int render_view_id,
118 int bridge_id, 118 int bridge_id,
119 int group_id, 119 int group_id,
120 const GURL& requesting_frame, 120 const GURL& requesting_frame,
121 const ProtectedMediaIdentifierPermissionCallback& callback) OVERRIDE; 121 const ProtectedMediaIdentifierPermissionCallback& callback) OVERRIDE;
122 virtual void CancelProtectedMediaIdentifierPermissionRequests( 122 virtual void CancelProtectedMediaIdentifierPermissionRequests(
123 int group_id) OVERRIDE; 123 int group_id) OVERRIDE;
124 virtual content::ResourceContext* GetResourceContext() OVERRIDE; 124 virtual content::ResourceContext* GetResourceContext() OVERRIDE;
125 virtual content::GeolocationPermissionContext* 125 virtual content::GeolocationPermissionContext*
126 GetGeolocationPermissionContext() OVERRIDE; 126 GetGeolocationPermissionContext() OVERRIDE;
127 virtual content::BrowserPluginGuestManagerDelegate*
128 GetGuestManagerDelegate() OVERRIDE;
127 virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE; 129 virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
128 130
129 private: 131 private:
130 FRIEND_TEST_ALL_PREFIXES(OffTheRecordProfileImplTest, GetHostZoomMap); 132 FRIEND_TEST_ALL_PREFIXES(OffTheRecordProfileImplTest, GetHostZoomMap);
131 void InitIoData(); 133 void InitIoData();
132 void InitHostZoomMap(); 134 void InitHostZoomMap();
133 135
134 #if defined(OS_ANDROID) || defined(OS_IOS) 136 #if defined(OS_ANDROID) || defined(OS_IOS)
135 void UseSystemProxy(); 137 void UseSystemProxy();
136 #endif // defined(OS_ANDROID) || defined(OS_IOS) 138 #endif // defined(OS_ANDROID) || defined(OS_IOS)
(...skipping 18 matching lines...) Expand all
155 base::FilePath last_selected_directory_; 157 base::FilePath last_selected_directory_;
156 158
157 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; 159 scoped_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
158 160
159 scoped_ptr<content::HostZoomMap::Subscription> zoom_subscription_; 161 scoped_ptr<content::HostZoomMap::Subscription> zoom_subscription_;
160 162
161 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl); 163 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl);
162 }; 164 };
163 165
164 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_ 166 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IMPL_H_
OLDNEW
« no previous file with comments | « chrome/browser/guest_view/web_view/web_view_guest.cc ('k') | chrome/browser/profiles/off_the_record_profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698