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

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

Issue 11377147: linux: Remove --scroll-pixels flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index e9c9352e16e4008d0baf587aedd745160814b576..e53c362158abcf61b7a0996ebd502ccff83ce3b2 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -224,10 +224,6 @@ extern const char kEnableWebViewSynchronousAPIs[];
extern const char kChildCleanExit[];
#endif
-#if defined(OS_POSIX) && !defined(OS_MACOSX)
-extern const char kScrollPixels[];
-#endif
-
#if defined(OS_MACOSX) || defined(OS_WIN)
extern const char kUseSystemSSL[];
#endif
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_gtk.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698