Index: cc/base/switches.h |
diff --git a/cc/base/switches.h b/cc/base/switches.h |
index f87eb53ee1696890c074d5c13d31cfd90f2b3717..c0e94c8d21012db7958a9a181a6a2a9d5403233a 100644 |
--- a/cc/base/switches.h |
+++ b/cc/base/switches.h |
@@ -65,6 +65,10 @@ CC_EXPORT extern const char kUIShowNonOccludingRects[]; |
// Unit test related. |
CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[]; |
+// Shared with content. |
+CC_EXPORT extern const char kEnableOverlayScrollbars[]; |
+CC_EXPORT bool AreOverlayScrollbarsEnabled(); |
+ |
CC_EXPORT bool IsImplSidePaintingEnabled(); |
} // namespace switches |