diff options
author | abodenha@google.com <abodenha@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-21 22:33:01 +0000 |
---|---|---|
committer | abodenha@google.com <abodenha@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-21 22:33:01 +0000 |
commit | 69da009332b4f6305407054bbee8fffa791cbbde (patch) | |
tree | f334fb064872a0e095fab3d71039b35e3c547b8d /chrome/app | |
parent | 8a0cadb833bc4e608e641ac16579185f15373ac1 (diff) | |
download | chromium_src-69da009332b4f6305407054bbee8fffa791cbbde.zip chromium_src-69da009332b4f6305407054bbee8fffa791cbbde.tar.gz chromium_src-69da009332b4f6305407054bbee8fffa791cbbde.tar.bz2 |
Revert 246120 "Implements the Synced Notifications Welcome Toast."
> Implements the Synced Notifications Welcome Toast.
>
> The first notification for synced notifications will
> now generate a normal notification explaining the new
> service.
>
> This does not yet implement click-to-disable or have
> proper resources.
>
> BUG=315248
>
> Review URL: https://codereview.chromium.org/140053003
TBR=dewittj@chromium.org
Review URL: https://codereview.chromium.org/143903009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246137 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 9 | ||||
-rw-r--r-- | chrome/app/theme/default_100_percent/common/block_notifier.png | bin | 262 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/default_200_percent/common/block_notifier.png | bin | 482 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
4 files changed, 0 insertions, 10 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 82c0b81..3277cc4 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -13584,15 +13584,6 @@ Some features may be unavailable. Please check that the profile exists and you <ph name="product_name">$1<ex>Chrome</ex></ph> Notifications </message> </if> - <message name="IDS_NOTIFIER_WELCOME_TITLE" desc="Notification title for when a new notifier service is introduced."> - <ph name="service_name">$1<ex>Google+</ex></ph> notifications - </message> - <message name="IDS_NOTIFIER_WELCOME_BODY" desc="Notification body for when a new notifier service is introduced."> - Now on your desktop - </message> - <message name="IDS_NOTIFIER_WELCOME_BUTTON" desc="Notification body for when a new notifier service is introduced."> - Turn off these notifications - </message> <!-- Mac AppleScript --> <if expr="is_macosx"> diff --git a/chrome/app/theme/default_100_percent/common/block_notifier.png b/chrome/app/theme/default_100_percent/common/block_notifier.png Binary files differdeleted file mode 100644 index f8c66fa..0000000 --- a/chrome/app/theme/default_100_percent/common/block_notifier.png +++ /dev/null diff --git a/chrome/app/theme/default_200_percent/common/block_notifier.png b/chrome/app/theme/default_200_percent/common/block_notifier.png Binary files differdeleted file mode 100644 index 2813f1b..0000000 --- a/chrome/app/theme/default_200_percent/common/block_notifier.png +++ /dev/null diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 8244061..f87aca5 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -498,7 +498,6 @@ </if> <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_ICON" file="common/notification_welcome_icon.png" /> <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_WELCOME_LEARN_MORE" file="common/notification_welcome_learn_more.png" /> - <structure type="chrome_scaled_image" name="IDR_NOTIFIER_BLOCK_BUTTON" file="common/block_notifier.png" /> <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_AND_SHADOW_BOTTOM" file="common/omnibox_border_and_shadow_bottom.png" /> <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_AND_SHADOW_BOTTOM_LEFT" file="common/omnibox_border_and_shadow_bottom_left.png" /> <structure type="chrome_scaled_image" name="IDR_OMNIBOX_BORDER_AND_SHADOW_BOTTOM_RIGHT" file="common/omnibox_border_and_shadow_bottom_right.png" /> |