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

Unified Diff: components/exo/shell_surface.h

Issue 2889523003: Add kApplicationIdKey for ShellSurface::GetApplicationId and SetApplicationId (Closed)
Patch Set: Address comments. Created 3 years, 7 months 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
Index: components/exo/shell_surface.h
diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h
index 7443e48dc2d7696b23b2286d1a0335ac14381626..03cdb19cc745b4848d17207548227d5c0423336b 100644
--- a/components/exo/shell_surface.h
+++ b/components/exo/shell_surface.h
@@ -150,7 +150,7 @@ class ShellSurface : public SurfaceDelegate,
// Sets the application ID for the window. The application ID identifies the
// general class of applications to which the window belongs.
static void SetApplicationId(aura::Window* window, const std::string& id);
- static const std::string GetApplicationId(aura::Window* window);
+ static const std::string* GetApplicationId(aura::Window* window);
// Set the application ID for the surface.
void SetApplicationId(const std::string& application_id);

Powered by Google App Engine
This is Rietveld 408576698