| Index: chrome/browser/ui/views/first_run_bubble.cc
|
| diff --git a/chrome/browser/ui/views/first_run_bubble.cc b/chrome/browser/ui/views/first_run_bubble.cc
|
| index 1849b585103a9e7483da08af2eed61ebf036645e..7b74f2e242b3b4bd6682fe9b780784a1a82fe4f8 100644
|
| --- a/chrome/browser/ui/views/first_run_bubble.cc
|
| +++ b/chrome/browser/ui/views/first_run_bubble.cc
|
| @@ -25,10 +25,6 @@ const int kBottomInset = 7;
|
| const int kRightInset = 2;
|
| } // namespace
|
|
|
| -namespace first_run {
|
| -void ShowFirstRunDialog(Profile* profile) {}
|
| -} // namespace first_run
|
| -
|
| // static
|
| FirstRunBubble* FirstRunBubble::ShowBubble(Browser* browser,
|
| views::View* anchor_view) {
|
|
|