| Index: chrome/browser/ui/views/first_run_bubble.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/first_run_bubble.cc (revision 199532)
|
| +++ chrome/browser/ui/views/first_run_bubble.cc (working copy)
|
| @@ -25,10 +25,6 @@
|
| 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) {
|
|
|