Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1615)

Unified Diff: content/public/common/content_switches.cc

Issue 18341009: Refactor cc scrollbar layers to separate solid-color vs desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Enne's comments. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698