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

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

Issue 2678623002: DevTools: pass title when creating settings (Closed)
Patch Set: a Created 3 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: third_party/WebKit/Source/devtools/front_end/main/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/main/module.json b/third_party/WebKit/Source/devtools/front_end/main/module.json
index df4d44356519ba9f0513742e5f5f9468ea64b7ed..aaf9fa0c53fac8f1dcaca0b221eaea4f03af376c 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
@@ -229,7 +229,7 @@
{
"type": "setting",
"category": "Network",
- "title": "Disable cache (while DevTools is open)",
pfeldman 2017/02/07 20:10:28 There should be a way to override title in the too
luoe 2017/02/13 06:27:19 Done.
+ "title": "Disable cache",
"settingName": "cacheDisabled",
"settingType": "boolean",
"order": 0,

Powered by Google App Engine
This is Rietveld 408576698