| Index: chrome/browser/defaults.h
|
| diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
|
| index 41b16d6c8aecf208472721ee5e07c0f13033e6ed..bf9bb60172726685d793f5742be02ecc1749a67d 100644
|
| --- a/chrome/browser/defaults.h
|
| +++ b/chrome/browser/defaults.h
|
| @@ -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;
|
|
|
|
|