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

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

Issue 52263006: Put vertical overscroll behind kScrollEndEffect flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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_util.h
diff --git a/content/public/common/content_switches_util.h b/content/public/common/content_switches_util.h
new file mode 100644
index 0000000000000000000000000000000000000000..bf2eff908f234ea24798bdf51157ca8fa83a4ca3
--- /dev/null
+++ b/content/public/common/content_switches_util.h
@@ -0,0 +1,17 @@
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_UTIL_H_
+#define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_UTIL_H_
+
+#include "base/compiler_specific.h"
+#include "content/common/content_export.h"
+
+namespace switches {
+
+CONTENT_EXPORT bool IsScrollEndEffectEnabled();
+
+} // namespace switches
+
+#endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698