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

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

Issue 17644006: Move files under webkit/browser/fileapi/... to chrome/browser/chromeos/fileapi/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments. Created 7 years, 6 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 const GURL& url, 231 const GURL& url,
232 bool private_api, 232 bool private_api,
233 const content::SocketPermissionRequest& params) OVERRIDE; 233 const content::SocketPermissionRequest& params) OVERRIDE;
234 virtual base::FilePath GetHyphenDictionaryDirectory() OVERRIDE; 234 virtual base::FilePath GetHyphenDictionaryDirectory() OVERRIDE;
235 virtual ui::SelectFilePolicy* CreateSelectFilePolicy( 235 virtual ui::SelectFilePolicy* CreateSelectFilePolicy(
236 content::WebContents* web_contents) OVERRIDE; 236 content::WebContents* web_contents) OVERRIDE;
237 virtual void GetAdditionalAllowedSchemesForFileSystem( 237 virtual void GetAdditionalAllowedSchemesForFileSystem(
238 std::vector<std::string>* additional_schemes) OVERRIDE; 238 std::vector<std::string>* additional_schemes) OVERRIDE;
239 virtual void GetAdditionalFileSystemMountPointProviders( 239 virtual void GetAdditionalFileSystemMountPointProviders(
240 const base::FilePath& storage_partition_path, 240 const base::FilePath& storage_partition_path,
241 quota::SpecialStoragePolicy* special_storage_policy,
242 fileapi::ExternalMountPoints* external_mount_points,
241 ScopedVector<fileapi::FileSystemMountPointProvider>* 243 ScopedVector<fileapi::FileSystemMountPointProvider>*
242 additional_providers) OVERRIDE; 244 additional_providers) OVERRIDE;
243 245
244 #if defined(OS_POSIX) && !defined(OS_MACOSX) 246 #if defined(OS_POSIX) && !defined(OS_MACOSX)
245 virtual void GetAdditionalMappedFilesForChildProcess( 247 virtual void GetAdditionalMappedFilesForChildProcess(
246 const CommandLine& command_line, 248 const CommandLine& command_line,
247 int child_process_id, 249 int child_process_id,
248 std::vector<content::FileDescriptorInfo>* mappings) OVERRIDE; 250 std::vector<content::FileDescriptorInfo>* mappings) OVERRIDE;
249 #endif 251 #endif
250 #if defined(OS_WIN) 252 #if defined(OS_WIN)
(...skipping 14 matching lines...) Expand all
265 #endif 267 #endif
266 scoped_ptr<extensions::BrowserPermissionsPolicyDelegate> 268 scoped_ptr<extensions::BrowserPermissionsPolicyDelegate>
267 permissions_policy_delegate_; 269 permissions_policy_delegate_;
268 270
269 DISALLOW_COPY_AND_ASSIGN(ChromeContentBrowserClient); 271 DISALLOW_COPY_AND_ASSIGN(ChromeContentBrowserClient);
270 }; 272 };
271 273
272 } // namespace chrome 274 } // namespace chrome
273 275
274 #endif // CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_ 276 #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