Index: chrome/browser/ui/views/location_bar/location_bar_view.h |
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h |
index c2c14ac3d16bdbfd1bd327d8f1297162a60be6e1..94777a274bdf0ab48da61fa8b26a15a6ebd0bcc2 100644 |
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h |
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -12,7 +12,6 @@ |
#include "base/compiler_specific.h" |
#include "chrome/browser/autocomplete/autocomplete_edit.h" |
#include "chrome/browser/extensions/extension_context_menu_model.h" |
-#include "chrome/browser/first_run/first_run.h" |
#include "chrome/browser/prefs/pref_member.h" |
#include "chrome/browser/search_engines/template_url_service_observer.h" |
#include "chrome/browser/ui/omnibox/location_bar.h" |
@@ -241,7 +240,7 @@ class LocationBarView : public LocationBar, |
const gfx::Point& p) OVERRIDE; |
// Overridden from LocationBar: |
- virtual void ShowFirstRunBubble(FirstRun::BubbleType bubble_type) OVERRIDE; |
+ virtual void ShowFirstRunBubble() OVERRIDE; |
virtual void SetSuggestedText(const string16& text, |
InstantCompleteBehavior behavior) OVERRIDE; |
virtual string16 GetInputString() const OVERRIDE; |
@@ -344,7 +343,7 @@ class LocationBarView : public LocationBar, |
#endif |
// Helper to show the first run info bubble. |
- void ShowFirstRunBubbleInternal(FirstRun::BubbleType bubble_type); |
+ void ShowFirstRunBubbleInternal(); |
// The Autocomplete Edit field. |
scoped_ptr<OmniboxView> location_entry_; |
@@ -417,9 +416,6 @@ class LocationBarView : public LocationBar, |
// focused. Used when the toolbar is in full keyboard accessibility mode. |
bool show_focus_rect_; |
- // Whether bubble text is short or long. |
- FirstRun::BubbleType bubble_type_; |
- |
// This is in case we're destroyed before the model loads. We need to make |
// Add/RemoveObserver calls. |
TemplateURLService* template_url_service_; |