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

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

Issue 8557005: Rebase the MessageBubble on the new views bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 9 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/window.h
diff --git a/chrome/browser/ui/views/window.h b/chrome/browser/ui/views/window.h
index d5b5a5a3f71fa13c46ad807e26fe5e9e95cd0d67..4b4709ab4b118157e845d44fe229e60fd1a712b4 100644
--- a/chrome/browser/ui/views/window.h
+++ b/chrome/browser/ui/views/window.h
@@ -30,6 +30,7 @@ views::Widget* CreateViewsBubble(views::BubbleDelegateView* delegate);
// is locked, use CreateViewsBubble instead.
views::Widget* CreateViewsBubbleAboveLockScreen(
Nikita (slow) 2011/11/29 13:08:37 In general I don't think that every bubble should
msw 2011/11/29 19:49:52 Most bubbles use |CreateViewsBubble|, not |CreateV
views::BubbleDelegateView* delegate);
+
} // namespace browser
#endif // CHROME_BROWSER_UI_VIEWS_WINDOW_H_

Powered by Google App Engine
This is Rietveld 408576698