| Index: components/browser_watcher/stability_report.proto
|
| diff --git a/components/browser_watcher/stability_report.proto b/components/browser_watcher/stability_report.proto
|
| index 1d1897fb7ef645921abb5bcbe96162db6706dfab..72c8fc20c1bb15452276888be525d1d8eda3b061 100644
|
| --- a/components/browser_watcher/stability_report.proto
|
| +++ b/components/browser_watcher/stability_report.proto
|
| @@ -15,7 +15,7 @@ message SystemState {
|
| // TODO(manzagop): flesh out.
|
| }
|
|
|
| -// Next id: 8
|
| +// Next id: 10
|
| message CodeModule {
|
| // The base address of this code module as it was loaded by the process.
|
| optional int64 base_address = 1;
|
| @@ -49,6 +49,11 @@ message CodeModule {
|
|
|
| // A human-readable representation of the code module's version.
|
| optional string version = 7;
|
| +
|
| + optional int64 shrink_down_delta = 8;
|
| +
|
| + // Whether the module was still loaded into memory.
|
| + optional bool is_unloaded = 9;
|
| }
|
|
|
| // A typed value holds values of interest or references to such values.
|
|
|