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

Unified Diff: runtime/bin/vmservice_dartium.h

Issue 2438613002: Provide an API to dart:developer to control the web server hosting the Service Protocol (Closed)
Patch Set: disable the auth token until we announce the breaking change Created 4 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
Index: runtime/bin/vmservice_dartium.h
diff --git a/runtime/bin/vmservice_dartium.h b/runtime/bin/vmservice_dartium.h
index 11067ee2cf772d8ec2778b92b45b1c2b0d0aab7e..8af936ec56452a7b8950ef740619ed6a05fa73b8 100644
--- a/runtime/bin/vmservice_dartium.h
+++ b/runtime/bin/vmservice_dartium.h
@@ -18,8 +18,7 @@ class VmServiceServer {
static void Bootstrap();
static Dart_Isolate CreateIsolate(const uint8_t* snapshot_buffer);
- static const char* GetServerIP();
- static intptr_t GetServerPort();
+ static const char* GetServerAddress();
static void DecompressAssets(const uint8_t* input, unsigned int input_len,
uint8_t** output, unsigned int* output_length);

Powered by Google App Engine
This is Rietveld 408576698