diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2019-07-31 15:50:41 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2019-08-30 12:35:23 +0000 |
commit | 7b2ffa587235a47d4094787d72f38102089f402a (patch) | |
tree | 30e82af9cbab08a7fa028bb18f4f2987a3f74dfa /chromium/gpu/config/gpu_crash_keys.h | |
parent | d94af01c90575348c4e81a418257f254b6f8d225 (diff) | |
download | qtwebengine-chromium-7b2ffa587235a47d4094787d72f38102089f402a.tar.gz |
BASELINE: Update Chromium to 76.0.3809.94
Change-Id: I321c3f5f929c105aec0f98c5091ef6108822e647
Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/gpu/config/gpu_crash_keys.h')
-rw-r--r-- | chromium/gpu/config/gpu_crash_keys.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chromium/gpu/config/gpu_crash_keys.h b/chromium/gpu/config/gpu_crash_keys.h index e6bee5b8b83..df1ccf1591f 100644 --- a/chromium/gpu/config/gpu_crash_keys.h +++ b/chromium/gpu/config/gpu_crash_keys.h @@ -28,11 +28,6 @@ extern GPU_EXPORT crash_reporter::CrashKeyString<128> gpu_renderer; #endif extern GPU_EXPORT crash_reporter::CrashKeyString<4> gpu_gl_context_is_virtual; extern GPU_EXPORT crash_reporter::CrashKeyString<20> - seconds_since_last_progress_report; -extern GPU_EXPORT crash_reporter::CrashKeyString<20> seconds_since_last_suspend; -extern GPU_EXPORT crash_reporter::CrashKeyString<20> seconds_since_last_resume; -extern GPU_EXPORT crash_reporter::CrashKeyString<20> seconds_since_last_logging; -extern GPU_EXPORT crash_reporter::CrashKeyString<20> available_physical_memory_in_mb; } // namespace crash_keys |