Commit 09a373d9 authored by spqchan's avatar spqchan Committed by Commit bot

[Mac] Update the AppMenu Error icon

Menu should use the new browser tools error icon.

BUG=630354

Review-Url: https://codereview.chromium.org/2280033003
Cr-Commit-Position: refs/heads/master@{#414791}
parent 36bb3dc9
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "ui/base/resource/resource_bundle.h" #include "ui/base/resource/resource_bundle.h"
#include "ui/gfx/image/image.h" #include "ui/gfx/image/image.h"
#if !defined(OS_MACOSX) && !defined(OS_ANDROID) #if !defined(OS_ANDROID)
#include "ui/gfx/color_palette.h" #include "ui/gfx/color_palette.h"
#include "ui/gfx/paint_vector_icon.h" #include "ui/gfx/paint_vector_icon.h"
#include "ui/gfx/vector_icons_public.h" #include "ui/gfx/vector_icons_public.h"
...@@ -26,7 +26,7 @@ GlobalError::~GlobalError() {} ...@@ -26,7 +26,7 @@ GlobalError::~GlobalError() {}
GlobalError::Severity GlobalError::GetSeverity() { return SEVERITY_MEDIUM; } GlobalError::Severity GlobalError::GetSeverity() { return SEVERITY_MEDIUM; }
gfx::Image GlobalError::MenuItemIcon() { gfx::Image GlobalError::MenuItemIcon() {
#if defined(OS_MACOSX) || defined(OS_ANDROID) #if defined(OS_ANDROID)
return ResourceBundle::GetSharedInstance().GetNativeImageNamed( return ResourceBundle::GetSharedInstance().GetNativeImageNamed(
IDR_INPUT_ALERT_MENU); IDR_INPUT_ALERT_MENU);
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment