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

Unified Diff: chrome/browser/extensions/api/system_info_storage/storage_info_provider.h

Issue 15846002: Rename 'harddisk' to 'fixed' for storage unit type (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/system_info_storage/storage_info_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/system_info_storage/storage_info_provider.h
diff --git a/chrome/browser/extensions/api/system_info_storage/storage_info_provider.h b/chrome/browser/extensions/api/system_info_storage/storage_info_provider.h
index d135d45b222e59fd143c1e52884080cfffe856f7..5ed7b5a65ae242af641b25278e6550f7c2f2f76b 100644
--- a/chrome/browser/extensions/api/system_info_storage/storage_info_provider.h
+++ b/chrome/browser/extensions/api/system_info_storage/storage_info_provider.h
@@ -18,17 +18,11 @@
#include "content/public/browser/notification_registrar.h"
namespace extensions {
-namespace systeminfo {
-// TODO(hongbo): Here the storage type is declared as string type due to the
-// IDL doesn't support enum type yet. Once http://crbug.com/141940 is fixed,
-// we could reuse enum values generated by IDL compiler.
+namespace systeminfo {
-// Unknown storage type.
extern const char kStorageTypeUnknown[];
-// Hard disk.
-extern const char kStorageTypeHardDisk[];
-// Removable storage, e.g. USB device, flash card reader.
+extern const char kStorageTypeFixed[];
extern const char kStorageTypeRemovable[];
} // namespace systeminfo
« no previous file with comments | « no previous file | chrome/browser/extensions/api/system_info_storage/storage_info_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698