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

Unified Diff: ui/aura/client/aura_constants.h

Issue 9027020: Bypass ToplevelWindowEventFilter for panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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: ui/aura/client/aura_constants.h
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
index 5240c196d94ba91e5e178c8f24e0d0eab2a26756..03ca0920b6db773e82bfbb39a4447d924d6819ea 100644
--- a/ui/aura/client/aura_constants.h
+++ b/ui/aura/client/aura_constants.h
@@ -58,6 +58,9 @@ AURA_EXPORT extern const char kShowStateKey[];
// is |string16*|.
AURA_EXPORT extern const char kTooltipTextKey[];
+// A property set to store the boolean property if the window is a panel.
+AURA_EXPORT extern const char kPanelKey[];
+
// Alphabetical sort.
} // namespace aura

Powered by Google App Engine
This is Rietveld 408576698