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

Side by Side Diff: chrome/browser/chrome_content_browser_client.h

Issue 18667002: Pass BrowserContext to drive::MountPointProviderDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 5 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/chrome_content_browser_client.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_CHROME_CONTENT_BROWSER_CLIENT_H_ 5 #ifndef CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_
6 #define CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_ 6 #define CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 #include <utility> 10 #include <utility>
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 content::BrowserContext* browser_context, 236 content::BrowserContext* browser_context,
237 const GURL& url, 237 const GURL& url,
238 bool private_api, 238 bool private_api,
239 const content::SocketPermissionRequest& params) OVERRIDE; 239 const content::SocketPermissionRequest& params) OVERRIDE;
240 virtual base::FilePath GetHyphenDictionaryDirectory() OVERRIDE; 240 virtual base::FilePath GetHyphenDictionaryDirectory() OVERRIDE;
241 virtual ui::SelectFilePolicy* CreateSelectFilePolicy( 241 virtual ui::SelectFilePolicy* CreateSelectFilePolicy(
242 content::WebContents* web_contents) OVERRIDE; 242 content::WebContents* web_contents) OVERRIDE;
243 virtual void GetAdditionalAllowedSchemesForFileSystem( 243 virtual void GetAdditionalAllowedSchemesForFileSystem(
244 std::vector<std::string>* additional_schemes) OVERRIDE; 244 std::vector<std::string>* additional_schemes) OVERRIDE;
245 virtual void GetAdditionalFileSystemBackends( 245 virtual void GetAdditionalFileSystemBackends(
246 content::BrowserContext* browser_context,
246 const base::FilePath& storage_partition_path, 247 const base::FilePath& storage_partition_path,
247 quota::SpecialStoragePolicy* special_storage_policy,
248 fileapi::ExternalMountPoints* external_mount_points,
249 ScopedVector<fileapi::FileSystemBackend>* additional_backends) OVERRIDE; 248 ScopedVector<fileapi::FileSystemBackend>* additional_backends) OVERRIDE;
250 249
251 #if defined(OS_POSIX) && !defined(OS_MACOSX) 250 #if defined(OS_POSIX) && !defined(OS_MACOSX)
252 virtual void GetAdditionalMappedFilesForChildProcess( 251 virtual void GetAdditionalMappedFilesForChildProcess(
253 const CommandLine& command_line, 252 const CommandLine& command_line,
254 int child_process_id, 253 int child_process_id,
255 std::vector<content::FileDescriptorInfo>* mappings) OVERRIDE; 254 std::vector<content::FileDescriptorInfo>* mappings) OVERRIDE;
256 #endif 255 #endif
257 #if defined(OS_WIN) 256 #if defined(OS_WIN)
258 virtual const wchar_t* GetResourceDllName() OVERRIDE; 257 virtual const wchar_t* GetResourceDllName() OVERRIDE;
(...skipping 13 matching lines...) Expand all
272 #endif 271 #endif
273 scoped_ptr<extensions::BrowserPermissionsPolicyDelegate> 272 scoped_ptr<extensions::BrowserPermissionsPolicyDelegate>
274 permissions_policy_delegate_; 273 permissions_policy_delegate_;
275 274
276 DISALLOW_COPY_AND_ASSIGN(ChromeContentBrowserClient); 275 DISALLOW_COPY_AND_ASSIGN(ChromeContentBrowserClient);
277 }; 276 };
278 277
279 } // namespace chrome 278 } // namespace chrome
280 279
281 #endif // CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_ 280 #endif // CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698