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

Unified Diff: content/common/page_state_serialization.h

Issue 29513003: Cleanup deprecated and no longer needed blob revamp stuff, deadcode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « content/common/fileapi/webblob_messages.h ('k') | content/common/page_state_serialization.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/page_state_serialization.h
diff --git a/content/common/page_state_serialization.h b/content/common/page_state_serialization.h
index 7a3cb27f002b25bab374c22c0039b9eedacfb236..b46bc01435e8bd8fa188d5d3c238dcb1894ffbb5 100644
--- a/content/common/page_state_serialization.h
+++ b/content/common/page_state_serialization.h
@@ -23,11 +23,7 @@ struct CONTENT_EXPORT ExplodedHttpBodyElement {
int64 file_start;
int64 file_length;
double file_modification_time;
-#ifdef USE_BLOB_UUIDS
std::string blob_uuid;
-#else
- GURL deprecated_blob_url;
-#endif
ExplodedHttpBodyElement();
~ExplodedHttpBodyElement();
« no previous file with comments | « content/common/fileapi/webblob_messages.h ('k') | content/common/page_state_serialization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698