Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: content/renderer/render_thread_impl.cc

Issue 659493003: Final step of the java_cpp_template -> java_cpp_enum migration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete some more template files Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index fe6b1a090c195056521911535b98a00344673bf9..b1a9cb7764321db9808d3ab390449600d62f5504 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -1516,7 +1516,7 @@ void RenderThreadImpl::OnMemoryPressure(
}
if (memory_pressure_level ==
- base::MemoryPressureListener::MEMORY_PRESSURE_CRITICAL) {
+ base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_CRITICAL) {
if (blink_platform_impl_) {
// Clear the image cache. Do not call into blink if it is not initialized.
blink::WebImageCache::clear();

Powered by Google App Engine
This is Rietveld 408576698