diff options
author | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-29 00:57:14 +0000 |
---|---|---|
committer | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-29 00:57:14 +0000 |
commit | 04b9a4170fd0692fe38b6202a936faf3c21f2ed5 (patch) | |
tree | de6c87456d79b5bb3f6c466a788172ce7e87e9a0 | |
parent | 750e5adf93af9084af0e64eccbdc9ee15ff9dcde (diff) | |
download | chromium_src-04b9a4170fd0692fe38b6202a936faf3c21f2ed5.zip chromium_src-04b9a4170fd0692fe38b6202a936faf3c21f2ed5.tar.gz chromium_src-04b9a4170fd0692fe38b6202a936faf3c21f2ed5.tar.bz2 |
Exclude about:network strings from non-chromeos builds.
chrome://network is only available on ChromeOS so other builds
should not include the strings for it.
BUG=326023
NOTRY=true
Review URL: https://codereview.chromium.org/136683007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247550 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 0fe2e38..03a98fa 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -9852,38 +9852,6 @@ Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr Cancel </message> - <!-- chrome://network --> - <message name="IDS_ABOUT_AUTO_REFRESH" desc="The message to indicate that the page is auto refreshing."> - (Auto-refreshing page every <ph name="INTERVAL_SECONDS">$1<ex>10</ex></ph> seconds.) - </message> - <message name="IDS_ABOUT_AUTO_REFRESH_INFO" desc="The message to indicate that how to auto refresh the page."> - (To auto-refresh this page use chrome://<ph name="PAGE_NAME">$1<ex>network</ex></ph>/&lt;secs&gt;) - </message> - <message name="IDS_ABOUT_NETWORK_EVENT_LOG" desc="The section title for the event log in the chrome://network page."> - Event Log (newest first): - </message> - <message name="IDS_ABOUT_NETWORK_NETWORKS" desc="The section title for all networks in the chrome://network page."> - Networks: - </message> - <message name="IDS_ABOUT_NETWORK_FAVORITES" desc="The section title for favorite networks in the chrome://network page."> - Favorites: - </message> - <message name="IDS_ABOUT_NETWORK_ETHERNET" desc="The section title for ethernet networks in the chrome://network page."> - Ethernet Networks: - </message> - <message name="IDS_ABOUT_NETWORK_WIFI" desc="The section title for wifi networks in the chrome://network page."> - Wi-Fi Networks: - </message> - <message name="IDS_ABOUT_NETWORK_CELLULAR" desc="The section title for cellular networks in the chrome://network page."> - Cellular Networks: - </message> - <message name="IDS_ABOUT_NETWORK_VIRTUAL" desc="The section title for virtual networks in the chrome://network page."> - Virtual Networks: - </message> - <message name="IDS_ABOUT_NETWORK_REMEMBERED_WIFI" desc="The section title for remembered wifi networks in the chrome://network page."> - Remembered Wi-Fi Networks: - </message> - <!-- chrome://settings. Android uses native UI for settings --> <if expr="not is_android"> <if expr="pp_ifdef('chromeos')"> |