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

Unified Diff: components/exo/shell_surface.h

Issue 2889523003: Add kApplicationIdKey for ShellSurface::GetApplicationId and SetApplicationId (Closed)
Patch Set: Fix shell_surface_unittest. 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 132508ed4802cba49a756b7b3d89d1d3803c770c..0045a317dec1b1b394d815619f40de257a000595 100644
--- a/components/exo/shell_surface.h
+++ b/components/exo/shell_surface.h
@@ -149,7 +149,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);
« no previous file with comments | « chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc ('k') | components/exo/shell_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698