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

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

Issue 322483004: DevTools: Fix remote device debugging (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make "left" the default screencast location value Created 6 years, 6 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
« no previous file with comments | « Source/devtools/front_end/main/ScreencastApp.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/main/module.json
diff --git a/Source/devtools/front_end/main/module.json b/Source/devtools/front_end/main/module.json
index 6e82f0402b17a4f2d24f348cf71a61da74b596ee..1b48499a0d4a14caedbf35f2ccb51b5d4bce87c8 100644
--- a/Source/devtools/front_end/main/module.json
+++ b/Source/devtools/front_end/main/module.json
@@ -132,6 +132,11 @@
"location": "toolbar-right"
},
{
+ "type": "@WebInspector.StatusBarButton.Provider",
+ "className": "WebInspector.ScreencastApp.StatusBarButtonProvider",
+ "location": "toolbar-right"
+ },
+ {
"type": "ui-setting",
"title": "Disable cache (while DevTools is open)",
"settingName": "cacheDisabled",
« no previous file with comments | « Source/devtools/front_end/main/ScreencastApp.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698