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

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_view.h

Issue 53153009: When the new profile management flag is enabled, make sure to use the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't simulate mouse events Created 7 years, 1 month 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/frame/browser_non_client_frame_view.h
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
index 681a06e7a447f457f0470ea25f157272e3302bef..a190aa8911f043b3b2f40ea1c09e98d2e793c9cd 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
@@ -59,6 +59,10 @@ class BrowserNonClientFrameView : public views::NonClientFrameView {
bool is_visible) OVERRIDE;
virtual void OnThemeChanged() OVERRIDE;
+ // Anchor and show the ProfileChooser bubble under the avatar button in
+ // the caption area.
+ void ShowProfileChooserViewBubble();
sky 2013/11/05 04:08:25 Move implementation to match new position in heade
Roger Tawa OOO till Jul 10th 2013/11/05 20:04:24 Moved to browser view.
+
protected:
BrowserView* browser_view() const { return browser_view_; }
BrowserFrame* frame() const { return frame_; }
@@ -72,10 +76,6 @@ class BrowserNonClientFrameView : public views::NonClientFrameView {
void UpdateNewStyleAvatarInfo(views::ButtonListener* listener,
const NewAvatarButton::AvatarButtonStyle style);
- // Anchor and show the ProfileChooser bubble under the avatar button in
- // the caption area.
- void ShowProfileChooserViewBubble();
-
private:
// The frame that hosts this view.
BrowserFrame* frame_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_view.cc » ('j') | chrome/browser/ui/views/frame/browser_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698