summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/first_run_bubble.h
diff options
context:
space:
mode:
authordpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-06 13:38:19 +0000
committerdpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-06 13:38:19 +0000
commit5e2bc490e98ab521459bd47de6c51b7209e3d9d9 (patch)
tree56655529668aae4f2312300a39d512717d5e6879 /chrome/browser/views/first_run_bubble.h
parent6c70e1efa665b0cbd13f79597de27ecca7fa4854 (diff)
downloadchromium_src-5e2bc490e98ab521459bd47de6c51b7209e3d9d9.zip
chromium_src-5e2bc490e98ab521459bd47de6c51b7209e3d9d9.tar.gz
chromium_src-5e2bc490e98ab521459bd47de6c51b7209e3d9d9.tar.bz2
Rollback http://codereview.chromium.org/1820002
BUG=crosbug.com/2800 TEST=none Review URL: http://codereview.chromium.org/2003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46565 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/first_run_bubble.h')
-rw-r--r--chrome/browser/views/first_run_bubble.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/views/first_run_bubble.h b/chrome/browser/views/first_run_bubble.h
index 65752db..cccce32 100644
--- a/chrome/browser/views/first_run_bubble.h
+++ b/chrome/browser/views/first_run_bubble.h
@@ -16,9 +16,8 @@ class Profile;
class FirstRunBubble : public InfoBubble,
public InfoBubbleDelegate {
public:
- static FirstRunBubble* Show(Profile* profile, views::Widget* parent,
+ static FirstRunBubble* Show(Profile* profile, views::Window* window,
const gfx::Rect& position_relative_to,
- BubbleBorder::ArrowLocation arrow_location,
FirstRun::BubbleType bubble_type);
private: