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

Unified Diff: chrome/browser/ui/global_error/global_error.h

Issue 1846033002: Switch GlobalErrorBubbleView to a BubbleDialogDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix button action Created 4 years, 9 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/global_error/global_error.h
diff --git a/chrome/browser/ui/global_error/global_error.h b/chrome/browser/ui/global_error/global_error.h
index fbfee28d6a382e1170c338246c1f1f6ae8d2d2a7..c0b90b32962f686fa8228e54bd81153fa6c0ac89 100644
--- a/chrome/browser/ui/global_error/global_error.h
+++ b/chrome/browser/ui/global_error/global_error.h
@@ -79,9 +79,6 @@ class GlobalErrorWithStandardBubble
virtual base::string16 GetBubbleViewAcceptButtonLabel() = 0;
// Returns true if the bubble needs a close(x) button.
virtual bool ShouldShowCloseButton() const;
- // Returns true if the accept button needs elevation icon (only effective
- // on Windows platform).
- virtual bool ShouldAddElevationIconToAcceptButton();
msw 2016/03/31 22:37:18 Isn't this used by chrome/browser/safe_browsing/sr
Evan Stade 2016/04/01 20:58:15 ah crud. I guess it slipped my mind that code sear
// Returns the cancel button label for the bubble view. To hide the cancel
// button return an empty string.
virtual base::string16 GetBubbleViewCancelButtonLabel() = 0;
« no previous file with comments | « no previous file | chrome/browser/ui/global_error/global_error.cc » ('j') | chrome/browser/ui/views/global_error_bubble_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698