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

Unified Diff: chrome/test/base/test_browser_window.cc

Issue 841163002: MacViews: Fix duplicate ShowSessionCrashBubble and ShowProfileResetBubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keybinding
Patch Set: Created 5 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
« no previous file with comments | « chrome/test/base/test_browser_window.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_browser_window.cc
diff --git a/chrome/test/base/test_browser_window.cc b/chrome/test/base/test_browser_window.cc
index f29e0b8a79d398c188f7f48d36b23ed5d213ba23..f04e7ae365f262b717860cd6d761e455db84d7f3 100644
--- a/chrome/test/base/test_browser_window.cc
+++ b/chrome/test/base/test_browser_window.cc
@@ -184,6 +184,19 @@ gfx::Rect TestBrowserWindow::GetRootWindowResizerRect() const {
return gfx::Rect();
}
+bool TestBrowserWindow::ShowSessionCrashedBubble() {
+ return false;
+}
+
+bool TestBrowserWindow::IsProfileResetBubbleSupported() const {
+ return false;
+}
+
+GlobalErrorBubbleViewBase* TestBrowserWindow::ShowProfileResetBubble(
+ const base::WeakPtr<ProfileResetGlobalError>& global_error) {
+ return nullptr;
+}
+
bool TestBrowserWindow::IsDownloadShelfVisible() const {
return false;
}
« no previous file with comments | « chrome/test/base/test_browser_window.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698