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

Unified Diff: chrome/browser/extensions/extension_file_browser_private_api.h

Issue 9019002: [CrosDisksClient] Determine device type from DeviceMediaType property sent by cros-disks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 11 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/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");
};

Powered by Google App Engine
This is Rietveld 408576698