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

Unified Diff: chrome/browser/task_manager/task_manager_resource_providers.h

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/task_manager/task_manager_resource_providers.h
diff --git a/chrome/browser/task_manager/task_manager_resource_providers.h b/chrome/browser/task_manager/task_manager_resource_providers.h
index 728d29ef05550cbdda120f3c39dded308492bb23..33173f5324a98696c336fc52cea2485dbf12ca4b 100644
--- a/chrome/browser/task_manager/task_manager_resource_providers.h
+++ b/chrome/browser/task_manager/task_manager_resource_providers.h
@@ -39,7 +39,7 @@ class TaskManagerRendererResource : public TaskManager::Resource {
// TaskManager::Resource methods:
virtual base::ProcessHandle GetProcess() const OVERRIDE;
virtual Type GetType() const OVERRIDE;
- virtual int GetRoutingId() const OVERRIDE;
+ virtual int GetRoutingID() const OVERRIDE;
virtual bool ReportsCacheStats() const OVERRIDE;
virtual WebKit::WebCache::ResourceTypeStats GetWebCoreCacheStats() const

Powered by Google App Engine
This is Rietveld 408576698