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

Unified Diff: Source/devtools/front_end/devtools.js

Issue 1169323004: DevTools: do not respect Chrome theme in DevTools, align toolbar items. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: overflow for tab header fixed. Created 5 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
Index: Source/devtools/front_end/devtools.js
diff --git a/Source/devtools/front_end/devtools.js b/Source/devtools/front_end/devtools.js
index 5f0227958822f59879cca45598cb8813900406dd..52107f7d06440a1f4bd4f058c205754e6574b0ee 100644
--- a/Source/devtools/front_end/devtools.js
+++ b/Source/devtools/front_end/devtools.js
@@ -245,15 +245,6 @@ DevToolsAPIImpl.prototype = {
},
/**
- * @param {string} backgroundColor
- * @param {string} color
- */
- setToolbarColors: function(backgroundColor, color)
- {
- this._dispatchOnInspectorFrontendAPI("setToolbarColors", [backgroundColor, color]);
- },
-
- /**
* @param {boolean} useSoftMenu
*/
setUseSoftMenu: function(useSoftMenu)
« no previous file with comments | « Source/devtools/front_end/components/inspectorViewTabbedPane.css ('k') | Source/devtools/front_end/elements/elementsPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698