Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: chrome/browser/ui/omnibox/location_bar.h

Issue 9016036: Implement the new first run bubble, clean up old bubbles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/gtk/location_bar_view_gtk.cc ('k') | chrome/browser/ui/views/first_run_bubble.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/omnibox/location_bar.h
diff --git a/chrome/browser/ui/omnibox/location_bar.h b/chrome/browser/ui/omnibox/location_bar.h
index 55e9ec6c497c388e705fd1d0ee7c8776967dbee3..ff28345a9a4b34bfea943b3a428ce49389c2a58f 100644
--- a/chrome/browser/ui/omnibox/location_bar.h
+++ b/chrome/browser/ui/omnibox/location_bar.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.
@@ -15,7 +15,6 @@
#include <string>
#include "base/string16.h"
-#include "chrome/browser/first_run/first_run.h"
#include "chrome/browser/instant/instant_delegate.h"
#include "content/public/common/page_transition_types.h"
#include "webkit/glue/window_open_disposition.h"
@@ -30,8 +29,8 @@ class WebContents;
class LocationBar {
public:
- // Shows the first run information bubble anchored to the location bar.
- virtual void ShowFirstRunBubble(FirstRun::BubbleType bubble_type) = 0;
+ // Shows the first run bubble anchored to the location bar.
+ virtual void ShowFirstRunBubble() = 0;
// Sets the suggested text to show in the omnibox. This is shown in addition
// to the current text of the omnibox.
« no previous file with comments | « chrome/browser/ui/gtk/location_bar_view_gtk.cc ('k') | chrome/browser/ui/views/first_run_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698