diff options
Diffstat (limited to 'chrome/browser/platform_util.h')
-rw-r--r-- | chrome/browser/platform_util.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/chrome/browser/platform_util.h b/chrome/browser/platform_util.h index 3278696..1f148f4 100644 --- a/chrome/browser/platform_util.h +++ b/chrome/browser/platform_util.h @@ -36,18 +36,11 @@ bool IsVisible(gfx::NativeView view); // Pops up an error box with an OK button. If |parent| is non-null, the box // will be modal on it. (On Mac, it is always app-modal.) Generally speaking, -// this function should not be used for much. Infobars are preferred. +// this class should not be used for much. Infobars are preferred. void SimpleErrorBox(gfx::NativeWindow parent, const string16& title, const string16& message); -// Pops up a dialog box with two buttons (Yes/No), with the default button of -// Yes. If |parent| is non-null, the box will be modal on it. (On Mac, it is -// always app-modal.) Returns true if the Yes button was chosen. -bool SimpleYesNoBox(gfx::NativeWindow parent, - const string16& title, - const string16& message); - // Return a human readable modifier for the version string. For a // branded Chrome (not Chromium), this modifier is the channel (dev, // beta, stable). |