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

Unified Diff: chrome/browser/ui/views/frame/browser_bubble_host.cc

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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/frame/browser_bubble_host.cc
diff --git a/chrome/browser/ui/views/frame/browser_bubble_host.cc b/chrome/browser/ui/views/frame/browser_bubble_host.cc
index ed13309b8b9e086d2b867b87d85a6a5260b0d9dc..4a08f862c16b5269a8b9324cc595e7b6c1588121 100644
--- a/chrome/browser/ui/views/frame/browser_bubble_host.cc
+++ b/chrome/browser/ui/views/frame/browser_bubble_host.cc
@@ -7,6 +7,10 @@
#include "base/logging.h"
#include "chrome/browser/ui/views/browser_bubble.h"
+BrowserBubbleHost::BrowserBubbleHost() {}
+
+BrowserBubbleHost::~BrowserBubbleHost() {}
+
void BrowserBubbleHost::WindowMoved() {
// Do safe iteration in case the bubble winds up closing as a result of this
// message.

Powered by Google App Engine
This is Rietveld 408576698