Index: components/nacl/common/pnacl_types.h |
diff --git a/components/nacl/common/pnacl_types.h b/components/nacl/common/pnacl_types.h |
index d1a12c86b07462fab7a30f8e09c0b353a2cb768a..b897a195b0968b5a2e7fa72f331506a99a5f5165 100644 |
--- a/components/nacl/common/pnacl_types.h |
+++ b/components/nacl/common/pnacl_types.h |
@@ -9,7 +9,6 @@ |
// nacl_types is built into nacl_helper in addition to chrome, and we don't |
// want to pull src/url/ into there, since it would be unnecessary bloat. |
-#include "base/basictypes.h" |
#include "base/time/time.h" |
#include "url/gurl.h" |
@@ -30,20 +29,6 @@ struct PnaclCacheInfo { |
bool has_no_store_header; |
}; |
-// Progress information for PNaCl on-demand installs. |
-struct PnaclInstallProgress { |
- int64 current; |
- int64 total_size; |
- |
- // Returns an instance of PnaclInstallProgress where the |
- // total is marked as unknown. |
- static PnaclInstallProgress Unknown(); |
- |
- // Returns true if the given instance of PnaclInstallProgress has |
- // an unknown total. |
- static bool progress_known(const PnaclInstallProgress& p); |
-}; |
- |
} // namespace nacl |
#endif // COMPONENTS_NACL_COMMON_PNACL_TYPES_H_ |