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

Unified Diff: third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js

Issue 1944853002: [DevTools] Security Panel: Use actual origin as textContent for title element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated style Created 4 years, 7 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/security/originView.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
diff --git a/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js b/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
index fc199619bf4dfa088f4bb71de1cfb24adb36b478..f1d92e860e1b9cbbaebb557ddc34acf6834b985a 100644
--- a/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
+++ b/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
@@ -748,7 +748,6 @@ WebInspector.SecurityOriginView = function(panel, origin, originState)
this.registerRequiredCSS("security/lockIcon.css");
var titleSection = this.element.createChild("div", "title-section");
- titleSection.createChild("div", "origin-view-title").textContent = WebInspector.UIString("Origin");
var originDisplay = titleSection.createChild("div", "origin-display");
this._originLockIcon = originDisplay.createChild("span", "security-property");
this._originLockIcon.classList.add("security-property-" + originState.securityState);
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/security/originView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698