diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-16 09:26:51 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-16 09:26:51 +0000 |
commit | e8cb11fd2839d912f73a97621898c1397cd7ef40 (patch) | |
tree | 307a74b44abe7ae2e2a633104ae1c692bc448610 /ui/views/debug_utils.h | |
parent | e18572dbc07df93a8890027734e46be4f1bf8bad (diff) | |
download | chromium_src-e8cb11fd2839d912f73a97621898c1397cd7ef40.zip chromium_src-e8cb11fd2839d912f73a97621898c1397cd7ef40.tar.gz chromium_src-e8cb11fd2839d912f73a97621898c1397cd7ef40.tar.bz2 |
Keyboard shortcut to log views, layers, windows
Needed to troubleshoot end-user UI lockups on Chrome OS Ash.
BUG=196626
TEST=manual, hit Ctrl-Alt-Shift-U and see more info in the logs
TBR=sky@chromium.org for logging-only changes in ui/*
Review URL: https://chromiumcodereview.appspot.com/12494011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/debug_utils.h')
-rw-r--r-- | ui/views/debug_utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/views/debug_utils.h b/ui/views/debug_utils.h index 2f574a1..feb4aaa 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_ |