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

Unified Diff: chrome/browser/chromeos/file_system_provider/service.h

Issue 663713002: [fsp] Extract ObservedEntry and ObservedEntries to a separate file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Added missing files. Created 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/file_system_provider/service.h
diff --git a/chrome/browser/chromeos/file_system_provider/service.h b/chrome/browser/chromeos/file_system_provider/service.h
index 77c39f2ed4ae0ca50a9ae267aa4f3711042a8fe0..d81b57e2628106860500cd05b6f5d7a5aac6b9f9 100644
--- a/chrome/browser/chromeos/file_system_provider/service.h
+++ b/chrome/browser/chromeos/file_system_provider/service.h
@@ -138,9 +138,11 @@ class Service : public KeyedService,
const base::Closure& callback) override;
virtual void OnObservedEntryTagUpdated(
const ProvidedFileSystemInfo& file_system_info,
- const base::FilePath& observed_path) override;
+ const base::FilePath& observed_path,
+ const std::string& tag) override;
virtual void OnObservedEntryListChanged(
- const ProvidedFileSystemInfo& file_system_info) override;
+ const ProvidedFileSystemInfo& file_system_info,
+ const ObservedEntries& observed_entries) override;
private:
// Key is a pair of an extension id and file system id, which makes it

Powered by Google App Engine
This is Rietveld 408576698