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

Unified Diff: chrome/browser/profile_resetter/profile_reset_global_error.h

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
Index: chrome/browser/profile_resetter/profile_reset_global_error.h
diff --git a/chrome/browser/profile_resetter/profile_reset_global_error.h b/chrome/browser/profile_resetter/profile_reset_global_error.h
index 4bb757497afe8ae5fb2682774d099deed5203598..e3031fcf80696eff41aaa53b7792433482443ae6 100644
--- a/chrome/browser/profile_resetter/profile_reset_global_error.h
+++ b/chrome/browser/profile_resetter/profile_reset_global_error.h
@@ -25,7 +25,7 @@ class ProfileResetGlobalError
~ProfileResetGlobalError() override;
// Returns whether or not the reset prompt is supported on this platform.
- static bool IsSupportedOnPlatform();
+ static bool IsSupportedOnPlatform(Browser* browser);
// Called by the bubble view when it is closed.
void OnBubbleViewDidClose();

Powered by Google App Engine
This is Rietveld 408576698