| Index: chrome/browser/devtools/devtools_window.h
|
| diff --git a/chrome/browser/devtools/devtools_window.h b/chrome/browser/devtools/devtools_window.h
|
| index 0f1bdd696de7074aa03b448226e989fa78496906..32c3d71b26bd23872dd77c971c13ab0efffab4ad 100644
|
| --- a/chrome/browser/devtools/devtools_window.h
|
| +++ b/chrome/browser/devtools/devtools_window.h
|
| @@ -210,6 +210,8 @@ class DevToolsWindow : private content::NotificationObserver,
|
| virtual void RequestFileSystems() OVERRIDE;
|
| virtual void AddFileSystem() OVERRIDE;
|
| virtual void RemoveFileSystem(const std::string& file_system_path) OVERRIDE;
|
| + virtual void UpgradeDraggedFileSystemPermissions(
|
| + const std::string& file_system_url) OVERRIDE;
|
| virtual void IndexPath(int request_id,
|
| const std::string& file_system_path) OVERRIDE;
|
| virtual void StopIndexing(int request_id) OVERRIDE;
|
|
|