| Index: chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h b/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| index f86e318644a7ffa27aaa2be8d1710c18f97c03ae..572e4954737ccb8961cef440b739d73ab87e7bdd 100644
|
| --- a/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| +++ b/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| @@ -782,21 +782,6 @@ class ValidatePathNameLengthFunction : public AsyncExtensionFunction {
|
| virtual bool RunImpl() OVERRIDE;
|
| };
|
|
|
| -// Implements the chrome.fileBrowserPrivate.newWindow method.
|
| -class OpenNewWindowFunction : public AsyncExtensionFunction {
|
| - public:
|
| - DECLARE_EXTENSION_FUNCTION("fileBrowserPrivate.openNewWindow",
|
| - FILEBROWSERPRIVATE_OPENNEWWINDOW)
|
| -
|
| - OpenNewWindowFunction();
|
| -
|
| - protected:
|
| - virtual ~OpenNewWindowFunction();
|
| -
|
| - // AsyncExtensionFunction overrides.
|
| - virtual bool RunImpl() OVERRIDE;
|
| -};
|
| -
|
| class ZoomFunction : public SyncExtensionFunction {
|
| public:
|
| DECLARE_EXTENSION_FUNCTION("fileBrowserPrivate.zoom",
|
|
|