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

Unified Diff: chrome/browser/ui/startup/session_crashed_bubble.cc

Issue 284113006: Enable new session crashed bubble UI by Finch experiment. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Nit Created 6 years, 7 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/startup/session_crashed_bubble.cc
diff --git a/chrome/browser/ui/startup/session_crashed_bubble.cc b/chrome/browser/ui/startup/session_crashed_bubble.cc
index f158e9b8ff9ebb22e091bebdc8ae4af16323fb4e..0430648d9be4af4446f539291c9997469d0f66e4 100644
--- a/chrome/browser/ui/startup/session_crashed_bubble.cc
+++ b/chrome/browser/ui/startup/session_crashed_bubble.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/ui/startup/session_crashed_bubble.h"
-bool ShowSessionCrashedBubble(Browser* browser) {
+bool ShowSessionCrashedBubble(Browser* browser,
+ const base::CommandLine& command_line) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698