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

Unified Diff: chrome/browser/oom_priority_manager.cc

Issue 9473001: Extract minimal RenderViewHost interface for embedders, leaving (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for initial review. Created 8 years, 10 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: chrome/browser/oom_priority_manager.cc
diff --git a/chrome/browser/oom_priority_manager.cc b/chrome/browser/oom_priority_manager.cc
index c93a3802df40df79564d2f0b0a10a152dd3e65fa..f274b5f82945bc8e63564c5114c6da7ea7f83c1e 100644
--- a/chrome/browser/oom_priority_manager.cc
+++ b/chrome/browser/oom_priority_manager.cc
@@ -218,7 +218,7 @@ void OomPriorityManager::Observe(int type,
bool visible = *content::Details<bool>(details).ptr();
if (visible) {
focused_tab_pid_ = content::Source<RenderWidgetHost>(source).ptr()->
- process()->GetHandle();
+ GetProcess()->GetHandle();
// If the currently focused tab already has a lower score, do not
// set it. This can happen in case the newly focused tab is script

Powered by Google App Engine
This is Rietveld 408576698