Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / defaults.h
index 41b16d6..bf9bb60 100644 (file)
@@ -33,6 +33,12 @@ const int kMiniTabWidth = 64;
 const int kMiniTabWidth = 56;
 #endif
 
+#if defined(USE_AURA)
+// Whether to show a Link Disambiguation Popup Bubble if the browser detects an
+// ambiguous touch event.
+extern const bool kShowLinkDisambiguationPopup;
+#endif
+
 // Can the browser be alive without any browser windows?
 extern const bool kBrowserAliveWithNoWindows;