Commit 3de50d0e authored by Ganesh Borle's avatar Ganesh Borle Committed by Commit Bot

Removed the product message from chrome://policy

Bug: 804322
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: Ie114ad5c38fbef3cd32b3f830eaa663596041c9d
Reviewed-on: https://chromium-review.googlesource.com/908668Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Reviewed-by: default avatarDrew Wilson <atwilson@chromium.org>
Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com>
Cr-Commit-Position: refs/heads/master@{#537215}
parent 36fadc62
...@@ -36,11 +36,6 @@ html[dir='rtl'] div.left-aligned-button { ...@@ -36,11 +36,6 @@ html[dir='rtl'] div.left-aligned-button {
float: right; float: right;
} }
div.chrome-for-work {
-webkit-padding-start: 25px;
display: inline-block;
}
section.status-box-section { section.status-box-section {
clear: both; clear: both;
} }
\ No newline at end of file
...@@ -36,10 +36,6 @@ ...@@ -36,10 +36,6 @@
<div class="left-aligned-button"> <div class="left-aligned-button">
<button id="export-policies">$i18n{exportPoliciesJSON}</button> <button id="export-policies">$i18n{exportPoliciesJSON}</button>
</div> </div>
<div class="chrome-for-work">
<a href="http://g.co/chromeent/learn" target="_blank">
<span>$i18n{chromeForWork}</span></a>
</div>
<div id="show-unset-container" class="show-unset-checkbox"> <div id="show-unset-container" class="show-unset-checkbox">
<label> <label>
<input id="show-unset" type="checkbox"> <input id="show-unset" type="checkbox">
......
...@@ -24,7 +24,6 @@ content::WebUIDataSource* CreatePolicyUIHtmlSource() { ...@@ -24,7 +24,6 @@ content::WebUIDataSource* CreatePolicyUIHtmlSource() {
IDS_POLICY_FILTER_PLACEHOLDER); IDS_POLICY_FILTER_PLACEHOLDER);
source->AddLocalizedString("reloadPolicies", IDS_POLICY_RELOAD_POLICIES); source->AddLocalizedString("reloadPolicies", IDS_POLICY_RELOAD_POLICIES);
source->AddLocalizedString("exportPoliciesJSON", IDS_EXPORT_POLICIES_JSON); source->AddLocalizedString("exportPoliciesJSON", IDS_EXPORT_POLICIES_JSON);
source->AddLocalizedString("chromeForWork", IDS_POLICY_CHROME_FOR_WORK);
source->AddLocalizedString("status", IDS_POLICY_STATUS); source->AddLocalizedString("status", IDS_POLICY_STATUS);
source->AddLocalizedString("statusDevice", IDS_POLICY_STATUS_DEVICE); source->AddLocalizedString("statusDevice", IDS_POLICY_STATUS_DEVICE);
source->AddLocalizedString("statusUser", IDS_POLICY_STATUS_USER); source->AddLocalizedString("statusUser", IDS_POLICY_STATUS_USER);
......
...@@ -268,9 +268,6 @@ ...@@ -268,9 +268,6 @@
<message name="IDS_EXPORT_POLICIES_JSON" desc="Label for the button that exports policies in JSON format."> <message name="IDS_EXPORT_POLICIES_JSON" desc="Label for the button that exports policies in JSON format.">
Export to JSON Export to JSON
</message> </message>
<message name="IDS_POLICY_CHROME_FOR_WORK" desc="Title of the link to the chrome for work website.">
Using Chrome at work? Businesses can manage Chrome settings for their employees. Learn more
</message>
<message name="IDS_POLICY_STATUS" desc="Title of the status section."> <message name="IDS_POLICY_STATUS" desc="Title of the status section.">
Status Status
</message> </message>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment