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

Unified Diff: content/shell/browser/shell_javascript_dialog.h

Issue 1995573004: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: content/shell/browser/shell_javascript_dialog.h
diff --git a/content/shell/browser/shell_javascript_dialog.h b/content/shell/browser/shell_javascript_dialog.h
index 103d0fbcea0f7171e2661e48230322d12444f35d..b113385640bbbd4aaa962e98421234ef1af603f7 100644
--- a/content/shell/browser/shell_javascript_dialog.h
+++ b/content/shell/browser/shell_javascript_dialog.h
@@ -36,12 +36,12 @@ class ShellJavaScriptDialog {
void Cancel();
private:
- ShellJavaScriptDialogManager* manager_;
JavaScriptDialogManager::DialogClosedCallback callback_;
#if defined(OS_MACOSX)
ShellJavaScriptDialogHelper* helper_; // owned
#elif defined(OS_WIN)
+ ShellJavaScriptDialogManager* manager_;
JavaScriptMessageType message_type_;
HWND dialog_win_;
base::string16 message_text_;

Powered by Google App Engine
This is Rietveld 408576698