diff options
author | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-02 01:40:46 +0000 |
---|---|---|
committer | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-02 01:40:46 +0000 |
commit | 2224d50902cc923cc0fe2dcaf23916984f1942e7 (patch) | |
tree | 4198a57f8359c7f4f80503d2de572e26281be7fb | |
parent | bd29641c4e11f18183cec46508e51e7e10620b72 (diff) | |
download | chromium_src-2224d50902cc923cc0fe2dcaf23916984f1942e7.zip chromium_src-2224d50902cc923cc0fe2dcaf23916984f1942e7.tar.gz chromium_src-2224d50902cc923cc0fe2dcaf23916984f1942e7.tar.bz2 |
Change description of SPDY proxy auth in chrome://flags
BUG=179154, 178412
Review URL: https://codereview.chromium.org/12330148
Patch from Ben Greenstein <bengr1@chromium.org>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185651 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index e47a84d..f9173f4 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6936,11 +6936,11 @@ Keep your key file in a safe place. You will need it to create new versions of y An app to develop apps / extensions. </message> <if expr="pp_ifdef('android')"> - <message name="IDS_FLAGS_ENABLE_SPDY_PROXY_AUTH_NAME" desc="Name of the flag to enable SPDY proxy authentication."> - Enable SPDY proxy authentication. + <message name="IDS_FLAGS_ENABLE_SPDY_PROXY_AUTH_NAME" desc="Name of the flag to enable data compression proxy."> + Enable Data Compression Proxy </message> - <message name="IDS_FLAGS_ENABLE_SPDY_PROXY_AUTH_DESCRIPTION" desc="Description of flag to enable SPDY proxy authentication."> - <!-- TODO Add description of enable SPDY proxy auth flag. --> + <message name="IDS_FLAGS_ENABLE_SPDY_PROXY_AUTH_DESCRIPTION" desc="Description of flag to enable data compression proxy."> + Reduce data consumption by loading optimized web pages via Google proxy servers. </message> </if> <message name="IDS_FLAGS_IMPL_SIDE_PAINTING_NAME" desc="Name of about:flags option for impl-side painting."> |