Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / pdf / pdf_tab_helper.h
index 04ae744..5dca4a6 100644 (file)
@@ -61,7 +61,6 @@ class PDFTabHelper : public content::WebContentsObserver,
   DISALLOW_COPY_AND_ASSIGN(PDFTabHelper);
 };
 
-#if !defined(TOOLKIT_GTK)
 typedef base::Callback<void(bool /* success */,
                             const base::string16& /* password */)>
                                 PasswordDialogClosedCallback;
@@ -70,6 +69,5 @@ typedef base::Callback<void(bool /* success */,
 void ShowPDFPasswordDialog(content::WebContents* web_contents,
                            const base::string16& prompt,
                            const PasswordDialogClosedCallback& callback);
-#endif  // !TOOLKIT_GTK
 
 #endif  // CHROME_BROWSER_UI_PDF_PDF_TAB_HELPER_H_