Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / libgtk2ui / app_indicator_icon.cc
index 874116b..f2a3090 100644 (file)
@@ -4,12 +4,12 @@
 
 #include "chrome/browser/ui/libgtk2ui/app_indicator_icon.h"
 
-#include <gtk/gtk.h>
 #include <dlfcn.h>
+#include <gtk/gtk.h>
 
 #include "base/bind.h"
 #include "base/environment.h"
-#include "base/file_util.h"
+#include "base/files/file_util.h"
 #include "base/md5.h"
 #include "base/memory/ref_counted_memory.h"
 #include "base/nix/xdg_util.h"
@@ -289,11 +289,6 @@ void AppIndicatorIcon::SetImage(const gfx::ImageSkia& image) {
                  weak_factory_.GetWeakPtr()));
 }
 
-void AppIndicatorIcon::SetPressedImage(const gfx::ImageSkia& image) {
-  // Ignore pressed images, since the standard on Linux is to not highlight
-  // pressed status icons.
-}
-
 void AppIndicatorIcon::SetToolTip(const base::string16& tool_tip) {
   DCHECK(!tool_tip_.empty());
   tool_tip_ = base::UTF16ToUTF8(tool_tip);