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

Unified Diff: android_webview/native/aw_contents.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: android_webview/native/aw_contents.cc
diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc
index 29ed365eada5db4195e4fff36d78886152d1fb75..727ad2b9151a5286f8e1bdb9702886f3a5b85fed 100644
--- a/android_webview/native/aw_contents.cc
+++ b/android_webview/native/aw_contents.cc
@@ -279,7 +279,7 @@ AwContents::~AwContents() {
// without ever using another WebView.
if (base::subtle::NoBarrier_Load(&g_instance_count) == 0) {
base::MemoryPressureListener::NotifyMemoryPressure(
- base::MemoryPressureListener::MEMORY_PRESSURE_CRITICAL);
+ base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_CRITICAL);
}
}

Powered by Google App Engine
This is Rietveld 408576698