Revert of Adds back some debugging code (https://codereview.chromium.org/257023002/)
[chromium-blink-merge.git] / mojo / environment / buffer_tls_impl.h
blob3d241967ac275e210405d2fc40a0a4a87a674b17
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef MOJO_ENVIRONMENT_BUFFER_TLS_IMPL_H_
6 #define MOJO_ENVIRONMENT_BUFFER_TLS_IMPL_H_
8 #include "mojo/environment/mojo_environment_impl_export.h"
10 namespace mojo {
11 class Buffer;
13 namespace internal {
15 MOJO_ENVIRONMENT_IMPL_EXPORT Buffer* GetCurrentBufferImpl();
16 MOJO_ENVIRONMENT_IMPL_EXPORT Buffer* SetCurrentBufferImpl(Buffer* buffer);
18 } // namespace internal
19 } // namespace mojo
21 #endif // MOJO_ENVIRONMENT_BUFFER_TLS_IMPL_H_