Chromium Code Reviews| Index: content/shell/shell_javascript_dialog_creator.h |
| diff --git a/content/shell/shell_javascript_dialog_creator.h b/content/shell/shell_javascript_dialog_creator.h |
| index 0dd67ced1849a0a6f55a6c6926f7473c812863e6..21e7ab11a40b6cbb72a7245fef81f6c80d8996cc 100644 |
| --- a/content/shell/shell_javascript_dialog_creator.h |
| +++ b/content/shell/shell_javascript_dialog_creator.h |
| @@ -48,7 +48,7 @@ class ShellJavaScriptDialogCreator : public JavaScriptDialogCreator { |
| } |
| private: |
| -#if defined(OS_MACOSX) || defined(OS_WIN) |
| +#if defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_LINUX) |
|
jochen (gone - plz use gerrit)
2012/07/30 08:15:49
please change OS_LINUX to TOOLKIT_GTK everywhere
Shouqun Liu
2012/07/30 08:26:21
Sorry, forget this...
On 2012/07/30 08:15:49, joch
|
| // The dialog being shown. No queueing. |
| scoped_ptr<ShellJavaScriptDialog> dialog_; |
| #else |