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 c9f690d4dfc85092ba2eec64763114d26a65b508..b12c9c7d5b6db1df76e1621ad51b08e5eeaa65b8 100644 |
--- a/chrome/browser/ui/views/stubs_aura.cc |
+++ b/chrome/browser/ui/views/stubs_aura.cc |
@@ -83,18 +83,6 @@ void ShowCertificateViewer(gfx::NativeWindow parent, |
} |
#endif |
-// 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; |
-} |
- |
#if !defined(OS_WIN) |
void ShowCertSelectFileDialog(SelectFileDialog* select_file_dialog, |
SelectFileDialog::Type type, |