Chromium Code Reviews| Index: runtime/bin/platform_android.cc |
| diff --git a/runtime/bin/platform_android.cc b/runtime/bin/platform_android.cc |
| index b72e3b8b14b65d74a0c10d9daecbf8a84620ad18..cc21f19b43d74b55ab500310fc889c26e771e6f1 100644 |
| --- a/runtime/bin/platform_android.cc |
| +++ b/runtime/bin/platform_android.cc |
| @@ -89,6 +89,11 @@ char** Platform::Environment(intptr_t* count) { |
| } |
| +const char* Platform::GetExecutableName() { |
| + return executable_name_; |
| +} |
| + |
| + |
| const char* Platform::ResolveExecutablePath() { |
| return NULL; |
| } |