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

Unified Diff: ui/views/debug_utils.h

Issue 12494011: Keyboard shortcut to log views, layers, windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years, 9 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
« no previous file with comments | « ui/compositor/debug_utils.cc ('k') | ui/views/debug_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/debug_utils.h
diff --git a/ui/views/debug_utils.h b/ui/views/debug_utils.h
index 2f574a1288a7b0477b90c2b967c6350f7a9e523f..feb4aaac362fff5a0c74551caa4c15bfdb725a57 100644
--- a/ui/views/debug_utils.h
+++ b/ui/views/debug_utils.h
@@ -11,16 +11,12 @@ namespace views {
class View;
-#ifndef NDEBUG
-
// Log the view hierarchy.
VIEWS_EXPORT void PrintViewHierarchy(const View* view);
// Log the focus traversal hierarchy.
VIEWS_EXPORT void PrintFocusHierarchy(const View* view);
-#endif // NDEBUG
-
} // namespace views
#endif // UI_VIEWS_DEBUG_UTILS_H_
« no previous file with comments | « ui/compositor/debug_utils.cc ('k') | ui/views/debug_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698