Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
| index 117d64c10e248490b71a1cfa9789c006bc7b04ed..468cbf31e0b5434edec5ebc2151ab355720a24e3 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
| @@ -658,6 +658,14 @@ WebInspector.copyLinkAddressLabel = function() |
| /** |
| * @return {string} |
| */ |
| +WebInspector.copyPropertyPathLabel = function() |
| +{ |
| + return WebInspector.UIString.capitalize("Copy ^property ^path"); |
|
dgozman
2016/05/17 02:09:50
Just inline this at callsite.
|
| +} |
| + |
| +/** |
| + * @return {string} |
| + */ |
| WebInspector.anotherProfilerActiveLabel = function() |
| { |
| return WebInspector.UIString("Another profiler is already active"); |