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

Unified Diff: content/shell/shell_javascript_dialog.h

Issue 9961013: Minor cleaning of shell javascript dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | content/shell/shell_javascript_dialog_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_javascript_dialog.h
diff --git a/content/shell/shell_javascript_dialog.h b/content/shell/shell_javascript_dialog.h
index a64ba39f7c6b841d5fa246867772bf447d485cad..01e2a5dce69a59b8daeff1e16ef5c8aedd5be612 100644
--- a/content/shell/shell_javascript_dialog.h
+++ b/content/shell/shell_javascript_dialog.h
@@ -10,10 +10,8 @@
#if defined(OS_MACOSX)
#if __OBJC__
-@class NSAlert;
@class ShellJavaScriptDialogHelper;
#else
-class NSAlert;
class ShellJavaScriptDialogHelper;
#endif // __OBJC__
#endif // defined(OS_MACOSX)
@@ -41,7 +39,6 @@ class ShellJavaScriptDialog {
#if defined(OS_MACOSX)
ShellJavaScriptDialogHelper* helper_; // owned
- NSAlert* alert_; // weak, owned by |helper_|.
#elif defined(OS_WIN)
ui::JavascriptMessageType message_type_;
HWND dialog_win_;
« no previous file with comments | « no previous file | content/shell/shell_javascript_dialog_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698