blob: fab10e8293c3313e498d81a785138ffb20b8c478 [file] [log] [blame]
// Copyright 2017 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 IOS_CHROME_BROWSER_UI_LOCATION_BAR_NOTIFICATION_NAMES_H_
#define IOS_CHROME_BROWSER_UI_LOCATION_BAR_NOTIFICATION_NAMES_H_
#import <Foundation/Foundation.h>
// Notification sent when the location bar becomes first responder.
extern NSString* const kLocationBarBecomesFirstResponderNotification;
// Notification sent when the location bar resigns first responder.
extern NSString* const kLocationBarResignsFirstResponderNotification;
#endif // IOS_CHROME_BROWSER_UI_LOCATION_BAR_NOTIFICATION_NAMES_H_