Chromium Code Reviews| Index: runtime/bin/loader.h |
| diff --git a/runtime/bin/loader.h b/runtime/bin/loader.h |
| index ac9bc45f7d5b129da4b787ab6c488f060b11051c..2076be8b3133541462d24ba25d2a29324b25c45e 100644 |
| --- a/runtime/bin/loader.h |
| +++ b/runtime/bin/loader.h |
| @@ -22,6 +22,8 @@ class Loader { |
| static void InitForSnapshot(const char* snapshot_uri); |
| + static Dart_Handle ReloadNativeExtensions(); |
| + |
| // Loads contents of the specified url. |
| static Dart_Handle LoadUrlContents(Dart_Handle url, |
| uint8_t** payload, |