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

Unified Diff: chrome/browser/ui/views/confirm_bubble_views.h

Issue 12036094: Fix crash on spell check "Ask Google for suggestions" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/ui/views/confirm_bubble_views.h
diff --git a/chrome/browser/ui/views/confirm_bubble_views.h b/chrome/browser/ui/views/confirm_bubble_views.h
index 4ff626ba4f366a5922fc5a0c26d106bd6dcaf795..69462bb188626d3734b12a2dff13c1f15e650726 100644
--- a/chrome/browser/ui/views/confirm_bubble_views.h
+++ b/chrome/browser/ui/views/confirm_bubble_views.h
@@ -36,8 +36,9 @@ class ConfirmBubbleViews : public views::BubbleDelegateView,
public views::ButtonListener,
public views::LinkListener {
public:
- explicit ConfirmBubbleViews(const gfx::Point& anchor_point,
- ConfirmBubbleModel* model);
+ ConfirmBubbleViews(gfx::NativeView parent,
+ const gfx::Point& anchor_point,
+ ConfirmBubbleModel* model);
protected:
virtual ~ConfirmBubbleViews();
@@ -54,9 +55,6 @@ class ConfirmBubbleViews : public views::BubbleDelegateView,
virtual void Init() OVERRIDE;
private:
- // The screen point where this bubble is anchored.
- gfx::Point anchor_point_;
-
// The model to customize this bubble view.
scoped_ptr<ConfirmBubbleModel> model_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/confirm_bubble_views.cc » ('j') | chrome/browser/ui/views/confirm_bubble_views.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698