| Index: chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.h b/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| index a7c2e9a28a2199469296d1f3de2e7ff8229c57f3..191259def198395f3c900b9192974cf69fe6793a 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| @@ -323,6 +323,8 @@ class OmniboxEditModel : public AutocompleteControllerDelegate {
|
| void OnPopupBoundsChanged(const gfx::Rect& bounds);
|
|
|
| private:
|
| + friend class InstantTestBase;
|
| +
|
| enum PasteState {
|
| NONE, // Most recent edit was not a paste.
|
| PASTING, // In the middle of doing a paste. We need this intermediate
|
|
|