| Index: chrome/browser/extensions/extension_file_browser_private_api.h
|
| diff --git a/chrome/browser/extensions/extension_file_browser_private_api.h b/chrome/browser/extensions/extension_file_browser_private_api.h
|
| index 24595ba659e70aea5ead597001e523abaefc5b6b..1b62929348688c9686f3ad77cd1876c4f916f056 100644
|
| --- a/chrome/browser/extensions/extension_file_browser_private_api.h
|
| +++ b/chrome/browser/extensions/extension_file_browser_private_api.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -15,10 +15,6 @@
|
| #include "googleurl/src/url_util.h"
|
| #include "webkit/fileapi/file_system_callback_dispatcher.h"
|
|
|
| -#ifdef OS_CHROMEOS
|
| -#include "chrome/browser/chromeos/disks/disk_mount_manager.h"
|
| -#endif
|
| -
|
| class GURL;
|
|
|
| // Implements the chrome.fileBrowserPrivate.requestLocalFileSystem method.
|
| @@ -338,10 +334,6 @@ class GetVolumeMetadataFunction
|
| virtual bool RunImpl() OVERRIDE;
|
|
|
| private:
|
| -#if defined(OS_CHROMEOS)
|
| - std::string DeviceTypeToString(chromeos::DeviceType type);
|
| -#endif
|
| -
|
| DECLARE_EXTENSION_FUNCTION_NAME("fileBrowserPrivate.getVolumeMetadata");
|
| };
|
|
|
|
|