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

Unified Diff: chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h

Issue 11647017: Rename platform-independent ConstrainedWindow types to WebContentsModalDialog types (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: stage changes to preserve history Created 8 years 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/cocoa/constrained_window/constrained_window_mac.h
diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h b/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h
index 390c6f894ba4b8823da0617760f731316f04b805..9c4f77be797e355562ad9d865c054d814d301e7b 100644
--- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h
+++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h
@@ -38,12 +38,12 @@ class ConstrainedWindowMac : public ConstrainedWindow,
virtual ~ConstrainedWindowMac();
// ConstrainedWindow implementation.
- virtual void ShowConstrainedWindow() OVERRIDE;
+ virtual void ShowWebContentsModalDialog() OVERRIDE;
// Closes the constrained window and deletes this instance.
- virtual void CloseConstrainedWindow() OVERRIDE;
- virtual void PulseConstrainedWindow() OVERRIDE;
+ virtual void CloseWebContentsModalDialog() OVERRIDE;
+ virtual void PulseWebContentsModalDialog() OVERRIDE;
virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
- virtual bool CanShowConstrainedWindow() OVERRIDE;
+ virtual bool CanShowWebContentsModalDialog() OVERRIDE;
// content::NotificationObserver:
virtual void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698