summaryrefslogtreecommitdiff
path: root/chromium/components/performance_manager/decorators/tab_properties_decorator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/performance_manager/decorators/tab_properties_decorator.cc')
-rw-r--r--chromium/components/performance_manager/decorators/tab_properties_decorator.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/components/performance_manager/decorators/tab_properties_decorator.cc b/chromium/components/performance_manager/decorators/tab_properties_decorator.cc
index d629cb88243..b6131de21c8 100644
--- a/chromium/components/performance_manager/decorators/tab_properties_decorator.cc
+++ b/chromium/components/performance_manager/decorators/tab_properties_decorator.cc
@@ -40,8 +40,6 @@ class TabPropertiesDataImpl
bool is_tab_ = false;
};
-const char kDescriberName[] = "TabPropertiesDecorator";
-
} // namespace
void TabPropertiesDecorator::SetIsTab(content::WebContents* contents,
@@ -60,7 +58,7 @@ void TabPropertiesDecorator::SetIsTabForTesting(PageNode* page_node,
void TabPropertiesDecorator::OnPassedToGraph(Graph* graph) {
graph->GetNodeDataDescriberRegistry()->RegisterDescriber(this,
- kDescriberName);
+ "TabPropertiesDecorator");
}
void TabPropertiesDecorator::OnTakenFromGraph(Graph* graph) {