| // This file contains snippets that might be useful to you for Chrome |
| "// Copyright ${CURRENT_YEAR} The Chromium Authors", |
| "// Use of this source code is governed by a BSD-style license that can be", |
| "// found in the LICENSE file.", |
| "#ifndef ${TM_FILEPATH/(^\\/.*\\/src\\/)|([^a-zA-Z0-9])|([a-zA-Z0-9])/${2:+_}${3:/upcase}/g}_", |
| "#define ${TM_FILEPATH/(^\\/.*\\/src\\/)|([^a-zA-Z0-9])|([a-zA-Z0-9])/${2:+_}${3:/upcase}/g}_", |
| "#endif // ${TM_FILEPATH/(^\\/.*\\/src\\/)|([^a-zA-Z0-9])|([a-zA-Z0-9])/${2:+_}${3:/upcase}/g}_}", |
| "// Copyright ${CURRENT_YEAR} The Chromium Authors", |
| "// Use of this source code is governed by a BSD-style license that can be", |
| "// found in the LICENSE file.", |
| "body": "LOG(ERROR) << \"${1:message}\";", |
| "description": "Chrome Log output to console" |
| "body": "base::debug::StackTrace().Print();" |
| "body": "#include \"base/debug/stack_trace.h\"" |