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

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

Issue 8780001: aura: Make aura::TooltipClient completely static? (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged with upstream 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 e23b7a004e4a326d314d9e0101daab657863a05c..f0a651a7987dbe3523a4a1b3d177e8a9aecbd45a 100644
--- a/ui/aura/client/aura_constants.cc
+++ b/ui/aura/client/aura_constants.cc
@@ -14,6 +14,5 @@ const char kModalKey[] = "Modal";
const char kShadowTypeKey[] = "ShadowType";
const char kDesktopDragDropClientKey[] = "DesktopDragDropClient";
const char kDragDropDelegateKey[] = "DragDropDelegate";
-const char kDesktopTooltipClientKey[] = "DesktopTooltipClient";
} // namespace aura

Powered by Google App Engine
This is Rietveld 408576698