diff options
author | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 00:36:09 +0000 |
---|---|---|
committer | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 00:36:09 +0000 |
commit | ab873dd73be8ac1a01dde02a339f5864d6dbebeb (patch) | |
tree | 21e53eced53f725e3cbc501988dabf1365d32d5f /chrome/app/generated_resources.grd | |
parent | 10083a78fd278c7c25ac34fcb986b09650e63e86 (diff) | |
download | chromium_src-ab873dd73be8ac1a01dde02a339f5864d6dbebeb.zip chromium_src-ab873dd73be8ac1a01dde02a339f5864d6dbebeb.tar.gz chromium_src-ab873dd73be8ac1a01dde02a339f5864d6dbebeb.tar.bz2 |
Removed cloud print flag.
Cloud print should now be enabled on all platforms and not appear in about:flags.
BUG=
TEST=Cloud Print should now always be enabled and not appear in about:flags.
Review URL: http://codereview.chromium.org/8229036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105213 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index bb2e056..540f700 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -13835,12 +13835,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_CLOUD_PRINT_TOKEN_EXPIRED_MESSAGE" desc="The message to display when the cloud print token has expired."> The credentials used to share your printers to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> have expired. Please click here to re-enter your username and password. </message> - <message name="IDS_FLAGS_CLOUD_PRINT_NAME"> - <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> - </message> - <message name="IDS_FLAGS_CLOUD_PRINT_DESCRIPTION"> - Enable printing via <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph>. Note, that this will likely only work if Print Preview is also enabled. - </message> <!-- Enterprise enrollment dialog --> <if expr="pp_ifdef('chromeos')"> |