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

Unified Diff: third_party/WebKit/Source/devtools/front_end/animation/module.json

Issue 2142303002: Revert of DevTools: automatically populate 'More tools' submenu with the drawer views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: third_party/WebKit/Source/devtools/front_end/animation/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/animation/module.json b/third_party/WebKit/Source/devtools/front_end/animation/module.json
index 0e03f4751f1a0a8f7cf590898a1b397fae80076d..236b4762aefb674eac5565c1a65094b347d89b39 100644
--- a/third_party/WebKit/Source/devtools/front_end/animation/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/animation/module.json
@@ -1,5 +1,11 @@
{
"extensions": [
+ {
+ "type": "@WebInspector.ToolbarItem.Provider",
+ "className": "WebInspector.AnimationTimeline.ButtonProvider",
+ "order": 2,
+ "location": "styles-sidebarpane-toolbar"
+ },
{
"type": "drawer-view",
"name": "animations",

Powered by Google App Engine
This is Rietveld 408576698