Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index b3072ee0766679b1ce118ca1e9673a3a2ca6bb63..659e357a1208c74936b7cd4a118d885f0f419dcc 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -424,6 +424,9 @@ const char kEnableNewMediaInternals[] = "enable-new-media-internals"; |
// Enables use of cache if offline, even if it's stale |
const char kEnableOfflineCacheAccess[] = "enable-offline-cache-access"; |
+// Enables overlay scrollbars on Aura or Linux. Does nothing on Mac. |
+const char kEnableOverlayScrollbars[] = "enable-overlay-scrollbars"; |
+ |
// Forward overscroll event data from the renderer to the browser. |
const char kEnableOverscrollNotifications[] = "enable-overscroll-notifications"; |