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

Unified Diff: runtime/bin/vmservice_dartium.h

Issue 1534523002: Compress Observatory assets (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 | « runtime/bin/main.cc ('k') | runtime/bin/vmservice_dartium.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice_dartium.h
diff --git a/runtime/bin/vmservice_dartium.h b/runtime/bin/vmservice_dartium.h
index 9064f73c15c4e9a52f82f97ae0493b52f48e8797..11067ee2cf772d8ec2778b92b45b1c2b0d0aab7e 100644
--- a/runtime/bin/vmservice_dartium.h
+++ b/runtime/bin/vmservice_dartium.h
@@ -21,6 +21,9 @@ class VmServiceServer {
static const char* GetServerIP();
static intptr_t GetServerPort();
+ static void DecompressAssets(const uint8_t* input, unsigned int input_len,
+ uint8_t** output, unsigned int* output_length);
+
/* DISALLOW_ALLOCATION */
void operator delete(void* pointer);
private:
« no previous file with comments | « runtime/bin/main.cc ('k') | runtime/bin/vmservice_dartium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698