| Index: chrome/browser/ui/views/stubs_aura.cc
|
| diff --git a/chrome/browser/ui/views/stubs_aura.cc b/chrome/browser/ui/views/stubs_aura.cc
|
| index 6898eb18006674f41cfea3a9ecabd23bb47e3ead..d74ce6a53aafdeb6885ff71f77a8727ab134c41b 100644
|
| --- a/chrome/browser/ui/views/stubs_aura.cc
|
| +++ b/chrome/browser/ui/views/stubs_aura.cc
|
| @@ -78,17 +78,6 @@ void ShowCertificateViewer(gfx::NativeWindow parent,
|
| // No certificate viewer on Windows.
|
| }
|
|
|
| -// static
|
| -FirstRunBubble* FirstRunBubble::Show(
|
| - Profile* profile,
|
| - views::Widget* parent,
|
| - const gfx::Rect& position_relative_to,
|
| - views::BubbleBorder::ArrowLocation arrow_location,
|
| - FirstRun::BubbleType bubble_type) {
|
| - // TODO(beng);
|
| - NOTIMPLEMENTED();
|
| - return NULL;
|
| -}
|
| #else
|
| void ShowCertSelectFileDialog(SelectFileDialog* select_file_dialog,
|
| SelectFileDialog::Type type,
|
|
|