summaryrefslogtreecommitdiffstats
path: root/content/renderer
diff options
context:
space:
mode:
authorpetrcermak <petrcermak@chromium.org>2015-09-29 08:37:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-29 15:37:50 +0000
commite4a3e5c043e0057fccab54d6ff0145a878d7f2d9 (patch)
tree9c7af03b64e03f787cc27f1e3036415c0175df10 /content/renderer
parentae1e397d37d5d9eee4d541e1822b71c26803ed9b (diff)
downloadchromium_src-e4a3e5c043e0057fccab54d6ff0145a878d7f2d9.zip
chromium_src-e4a3e5c043e0057fccab54d6ff0145a878d7f2d9.tar.gz
chromium_src-e4a3e5c043e0057fccab54d6ff0145a878d7f2d9.tar.bz2
[telemetry] Add support for overriding memory pressure notifications via DevTools API
This will allow telemetry memory page interactions to enable/disable suppressing memory pressure notifications as follows: browser = action_runner.tab.browser # Enable suppressing. browser.SetMemoryPressureNotificationsSuppressed(True) # Disable suppressing. browser.SetMemoryPressureNotificationsSuppressed(False) The relevant DevTools API was added in: https://codereview.chromium.org/1336363002 BUG=516776 Review URL: https://codereview.chromium.org/1373493002 Cr-Commit-Position: refs/heads/master@{#351323}
Diffstat (limited to 'content/renderer')
0 files changed, 0 insertions, 0 deletions