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

Unified Diff: Source/devtools/front_end/host/InspectorFrontendHostAPI.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
« no previous file with comments | « Source/devtools/front_end/elements/elementsPanel.css ('k') | Source/devtools/front_end/inspectorStyle.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/host/InspectorFrontendHostAPI.js
diff --git a/Source/devtools/front_end/host/InspectorFrontendHostAPI.js b/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
index c7cb0439640106988c0d3f811ccc865d71878ece..01e202773de1c2202b4a728315b94f64d0291433 100644
--- a/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
+++ b/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
@@ -48,7 +48,6 @@ InspectorFrontendHostAPI.Events = {
SavedURL: "savedURL",
SearchCompleted: "searchCompleted",
SetInspectedTabId: "setInspectedTabId",
- SetToolbarColors: "setToolbarColors",
SetUseSoftMenu: "setUseSoftMenu",
ShowConsole: "showConsole"
}
@@ -75,7 +74,6 @@ InspectorFrontendHostAPI.EventDescriptors = [
[InspectorFrontendHostAPI.Events.SavedURL, ["url"]],
[InspectorFrontendHostAPI.Events.SearchCompleted, ["requestId", "fileSystemPath", "files"]],
[InspectorFrontendHostAPI.Events.SetInspectedTabId, ["tabId"]],
- [InspectorFrontendHostAPI.Events.SetToolbarColors, ["backgroundColor", "color"]],
[InspectorFrontendHostAPI.Events.SetUseSoftMenu, ["useSoftMenu"]],
[InspectorFrontendHostAPI.Events.ShowConsole, []]
];
« no previous file with comments | « Source/devtools/front_end/elements/elementsPanel.css ('k') | Source/devtools/front_end/inspectorStyle.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698