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

Unified Diff: chrome/browser/chromeos/drive/file_system_backend_delegate.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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/drive/file_system_backend_delegate.h
diff --git a/chrome/browser/chromeos/drive/file_system_backend_delegate.h b/chrome/browser/chromeos/drive/file_system_backend_delegate.h
index 4cb916e1760139369f973e1815fc824ee8e14c65..c76011d19cb099e9e39f9edd40c9f53e19bd6848 100644
--- a/chrome/browser/chromeos/drive/file_system_backend_delegate.h
+++ b/chrome/browser/chromeos/drive/file_system_backend_delegate.h
@@ -9,6 +9,10 @@
#include "base/memory/ref_counted.h"
#include "chrome/browser/chromeos/fileapi/file_system_backend_delegate.h"
+namespace content {
+class BrowserContext;
+} // namespace content
+
namespace fileapi {
class ExternalMountPoints;
} // namespace fileapi
@@ -19,8 +23,9 @@ namespace drive {
// for Drive file system.
class FileSystemBackendDelegate : public chromeos::FileSystemBackendDelegate {
public:
+ // |browser_context| is currently used to take the ExternalMountPoints.
explicit FileSystemBackendDelegate(
- fileapi::ExternalMountPoints* mount_points);
+ content::BrowserContext* browser_context);
virtual ~FileSystemBackendDelegate();
// FileSystemBackend::Delegate overrides.
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chromeos/drive/file_system_backend_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698