Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 5169ba47de47d82aed0b504b725ad0e89e5c3e42..b5e1ac5635feb1f483d7313b46c22f0a2006510c 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -4,6 +4,8 @@ |
#include "content/public/common/content_switches.h" |
+#include "base/command_line.h" |
+ |
wjmaclean
2013/08/14 18:19:44
Ooops, forgot to remove this, it will be gone in t
wjmaclean
2013/08/15 20:09:40
Done.
|
namespace switches { |
// By default, file:// URIs cannot read other file:// URIs. This is an |
@@ -424,9 +426,6 @@ 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"; |