| Index: chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h b/chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h
|
| index f617e7ae54b4ed6f1020eb48c909743736f41194..741a66eff0b42da9730345d527dc1e48e2968a4d 100644
|
| --- a/chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h
|
| +++ b/chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h
|
| @@ -72,6 +72,9 @@ class BookmarkAppBubbleView : public views::BubbleDelegateView,
|
| // Update the state of the Add button.
|
| void UpdateAddButtonState();
|
|
|
| + // Get the string ID to use for the bubble title.
|
| + int TitleStringId();
|
| +
|
| // Get the trimmed contents of the title text field.
|
| base::string16 GetTrimmedTitle();
|
|
|
|
|