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

Unified Diff: components/nacl/common/pnacl_types.h

Issue 55463002: Remove PNaCl's RequestFirstInstall, use resource throttle instead (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reorder functions Created 7 years, 1 month 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 | « components/nacl/common/nacl_host_messages.h ('k') | components/nacl/common/pnacl_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/nacl/common/nacl_host_messages.h ('k') | components/nacl/common/pnacl_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698