Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1812)

Unified Diff: ash/mus/property_util.h

Issue 2519583002: Add gfx::ImageSkia and icon support to aura::PropertyConverter. (Closed)
Patch Set: Fix ConvertPropertyForTransport; add unit test. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/mus/property_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/property_util.h
diff --git a/ash/mus/property_util.h b/ash/mus/property_util.h
index 0e19e901f46b396bcf349c6ba76410d0a72262e0..3f7fcb91811639120b571fff8d735f35fe23ad54 100644
--- a/ash/mus/property_util.h
+++ b/ash/mus/property_util.h
@@ -63,8 +63,6 @@ mojom::AshWindowType GetAshWindowType(const ui::Window* window);
void SetWindowTitle(ui::Window* window, base::string16 title);
base::string16 GetWindowTitle(const ui::Window* window);
-mojo::Array<uint8_t> GetWindowAppIcon(const ui::Window* window);
-
void SetAppID(ui::Window* window, const base::string16& app_id);
base::string16 GetAppID(const ui::Window* window);
« no previous file with comments | « no previous file | ash/mus/property_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698