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

Side by Side Diff: chrome/test/base/test_browser_window.h

Issue 8356028: Add shortcut to show avatar menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build error Created 9 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/views/frame/popup_non_client_frame_view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_ 5 #ifndef CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_
6 #define CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_ 6 #define CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 #endif 113 #endif
114 114
115 virtual void ShowInstant(TabContentsWrapper* preview_contents) OVERRIDE {} 115 virtual void ShowInstant(TabContentsWrapper* preview_contents) OVERRIDE {}
116 virtual void HideInstant() OVERRIDE {} 116 virtual void HideInstant() OVERRIDE {}
117 virtual gfx::Rect GetInstantBounds() OVERRIDE; 117 virtual gfx::Rect GetInstantBounds() OVERRIDE;
118 virtual WindowOpenDisposition GetDispositionForPopupBounds( 118 virtual WindowOpenDisposition GetDispositionForPopupBounds(
119 const gfx::Rect& bounds) OVERRIDE; 119 const gfx::Rect& bounds) OVERRIDE;
120 virtual FindBar* CreateFindBar() OVERRIDE; 120 virtual FindBar* CreateFindBar() OVERRIDE;
121 virtual void ShowAvatarBubble(TabContents* tab_contents, 121 virtual void ShowAvatarBubble(TabContents* tab_contents,
122 const gfx::Rect& rect) OVERRIDE {} 122 const gfx::Rect& rect) OVERRIDE {}
123 virtual void ShowAvatarBubbleFromAvatarButton() OVERRIDE {}
123 124
124 #if defined(OS_CHROMEOS) 125 #if defined(OS_CHROMEOS)
125 virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window) OVERRIDE {} 126 virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window) OVERRIDE {}
126 #endif 127 #endif
127 128
128 protected: 129 protected:
129 virtual void DestroyBrowser() OVERRIDE {} 130 virtual void DestroyBrowser() OVERRIDE {}
130 131
131 private: 132 private:
132 TestLocationBar location_bar_; 133 TestLocationBar location_bar_;
133 134
134 DISALLOW_COPY_AND_ASSIGN(TestBrowserWindow); 135 DISALLOW_COPY_AND_ASSIGN(TestBrowserWindow);
135 }; 136 };
136 137
137 #endif // CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_ 138 #endif // CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/popup_non_client_frame_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698