Chromium Code Reviews| Index: chrome/browser/defaults.h |
| diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h |
| index 41b16d6c8aecf208472721ee5e07c0f13033e6ed..157d56167c7358a812e6aaa31c379b4db46ee9f4 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(TOOLKIT_VIEWS) |
|
sky
2014/09/19 15:19:23
TOOLKIT_VIEWS->USE_AURA as that is that matches th
luken
2014/09/19 19:27:41
Done.
|
| +// 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; |