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

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

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.cc
diff --git a/ui/aura/client/aura_constants.cc b/ui/aura/client/aura_constants.cc
index 9267a1fcf0d63191ee46cb38e346568d9aaf4f4d..0132901710085125871db1cbd604a0cda7cf1fbb 100644
--- a/ui/aura/client/aura_constants.cc
+++ b/ui/aura/client/aura_constants.cc
@@ -19,6 +19,7 @@ const char kRootWindowStackingClient[] = "RootWindowStackingClient";
const char kRootWindowTooltipClientKey[] = "RootWindowTooltipClient";
const char kShowStateKey[] = "ShowState";
const char kTooltipTextKey[] = "TooltipText";
+const char kPanelKey[] = "Panel";
// Alphabetical sort.
} // namespace aura

Powered by Google App Engine
This is Rietveld 408576698