Skip to content

Commit

Permalink
skip prod test
Browse files Browse the repository at this point in the history
  • Loading branch information
malloxpb committed Jul 13, 2018
1 parent f7885f6 commit da4d1ff
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions threading/thread_restrictions.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define BASE_THREADING_THREAD_RESTRICTIONS_H_

#include "base/base_export.h"
#include "base/gtest_prod_util.h"
// #include "base/gtest_prod_util.h"
#include "base/logging.h"
#include "base/macros.h"

Expand Down Expand Up @@ -219,7 +219,7 @@ class BASE_EXPORT ScopedAllowBlocking {
private:
// This can only be instantiated by friends. Use ScopedAllowBlockingForTesting
// in unit tests to avoid the friend requirement.
FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, ScopedAllowBlocking);
// FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, ScopedAllowBlocking);
friend class android_webview::ScopedAllowInitGLBindings;
friend class content::BrowserProcessSubThread;
friend class content::GpuProcessTransportFactory;
Expand Down Expand Up @@ -283,12 +283,12 @@ class BASE_EXPORT ScopedAllowBaseSyncPrimitives {
// This can only be instantiated by friends. Use
// ScopedAllowBaseSyncPrimitivesForTesting in unit tests to avoid the friend
// requirement.
FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest,
ScopedAllowBaseSyncPrimitives);
FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest,
ScopedAllowBaseSyncPrimitivesResetsState);
FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest,
ScopedAllowBaseSyncPrimitivesWithBlockingDisallowed);
// FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest,
// ScopedAllowBaseSyncPrimitives);
// FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest,
// ScopedAllowBaseSyncPrimitivesResetsState);
// FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest,
// ScopedAllowBaseSyncPrimitivesWithBlockingDisallowed);
friend class base::GetAppOutputScopedAllowBaseSyncPrimitives;
friend class content::BrowserProcessSubThread;
friend class content::SessionStorageDatabase;
Expand Down Expand Up @@ -318,11 +318,11 @@ class BASE_EXPORT ScopedAllowBaseSyncPrimitivesOutsideBlockingScope {
// This can only be instantiated by friends. Use
// ScopedAllowBaseSyncPrimitivesForTesting in unit tests to avoid the friend
// requirement.
FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest,
ScopedAllowBaseSyncPrimitivesOutsideBlockingScope);
FRIEND_TEST_ALL_PREFIXES(
ThreadRestrictionsTest,
ScopedAllowBaseSyncPrimitivesOutsideBlockingScopeResetsState);
// FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest,
// ScopedAllowBaseSyncPrimitivesOutsideBlockingScope);
// FRIEND_TEST_ALL_PREFIXES(
// ThreadRestrictionsTest,
// ScopedAllowBaseSyncPrimitivesOutsideBlockingScopeResetsState);
friend class ::KeyStorageLinux;
friend class content::SynchronousCompositor;
friend class content::SynchronousCompositorHost;
Expand Down

0 comments on commit da4d1ff

Please sign in to comment.