diff options
author | scottbyer@google.com <scottbyer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 03:40:12 +0000 |
---|---|---|
committer | scottbyer@google.com <scottbyer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 03:40:12 +0000 |
commit | 49d1cd949b1bd446a986e0b96c8fe342d13d9417 (patch) | |
tree | 6880740ea1ad145da37a96ceba248d4e5e48817d | |
parent | d7418a37612519fe6c367a7aad20f7893fb2df14 (diff) | |
download | chromium_src-49d1cd949b1bd446a986e0b96c8fe342d13d9417.zip chromium_src-49d1cd949b1bd446a986e0b96c8fe342d13d9417.tar.gz chromium_src-49d1cd949b1bd446a986e0b96c8fe342d13d9417.tar.bz2 |
Revert 67050 - Resources for the new cloud print proxy setup UI.
Working around a git cl limitation, real CL forthcoming.
BUG=60092
TEST=none
Review URL: http://codereview.chromium.org/5301001
TBR=scottbyer@google.com
Review URL: http://codereview.chromium.org/5309002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67061 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/printing/cloud_print/cloud_print_url.cc | 6 | ||||
-rwxr-xr-x | chrome/browser/printing/cloud_print/resources/cell_phone.png | bin | 2604 -> 0 bytes | |||
-rwxr-xr-x | chrome/browser/printing/cloud_print/resources/cloud_printer.png | bin | 2608 -> 0 bytes | |||
-rwxr-xr-x | chrome/browser/printing/cloud_print/resources/sharing.png | bin | 2491 -> 0 bytes |
4 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/printing/cloud_print/cloud_print_url.cc b/chrome/browser/printing/cloud_print/cloud_print_url.cc index 5ce9855..61f3909 100644 --- a/chrome/browser/printing/cloud_print/cloud_print_url.cc +++ b/chrome/browser/printing/cloud_print/cloud_print_url.cc @@ -23,9 +23,9 @@ void CloudPrintURL::RegisterPreferences() { kDefaultCloudPrintServiceURL); } -// Returns the root service URL for the cloud print service. The default is to -// point at the Google Cloud Print service. This can be overridden by the -// command line or by the user preferences. +// Returns the root service URL for the cloud print service. The +// default is to point at the Google Cloud Print service. This can be +// overridden by the command line or by the user preferences. GURL CloudPrintURL::GetCloudPrintServiceURL() { DCHECK(profile_); RegisterPreferences(); diff --git a/chrome/browser/printing/cloud_print/resources/cell_phone.png b/chrome/browser/printing/cloud_print/resources/cell_phone.png Binary files differdeleted file mode 100755 index f5f158d..0000000 --- a/chrome/browser/printing/cloud_print/resources/cell_phone.png +++ /dev/null diff --git a/chrome/browser/printing/cloud_print/resources/cloud_printer.png b/chrome/browser/printing/cloud_print/resources/cloud_printer.png Binary files differdeleted file mode 100755 index e0c3a27..0000000 --- a/chrome/browser/printing/cloud_print/resources/cloud_printer.png +++ /dev/null diff --git a/chrome/browser/printing/cloud_print/resources/sharing.png b/chrome/browser/printing/cloud_print/resources/sharing.png Binary files differdeleted file mode 100755 index b2bd105..0000000 --- a/chrome/browser/printing/cloud_print/resources/sharing.png +++ /dev/null |