| Index: chrome/android/webapk/libs/runtime_library/src/README
|
| diff --git a/chrome/android/webapk/libs/runtime_library/src/README b/chrome/android/webapk/libs/runtime_library/src/README
|
| index 793edf43262e62866dc24998af1937a2e315b408..04af7d52ce31db0b32a41eeff72c237d444810d1 100644
|
| --- a/chrome/android/webapk/libs/runtime_library/src/README
|
| +++ b/chrome/android/webapk/libs/runtime_library/src/README
|
| @@ -9,10 +9,6 @@ Since the ShellAPK is updated asynchronously, the runtime library may run within
|
| an old ShellAPK. For instance, the ShellAPK's Android manifest may be missing
|
| some of the permissions that the runtime library is expecting.
|
|
|
| -As the runtime library code does not execute in any of Chrome's processes, and
|
| -runs in a separate application/process, it must not depend on anything in Chrome
|
| -including //base.
|
| -
|
| The number in runtime_library_version.gni must be incremented whenever the
|
| runtime library is updated. The WebAPK re-extracts the runtime library from the
|
| Chrome APK when the version number is incremented.
|
|
|