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

Unified Diff: chrome/browser/ui/pdf/pdf_tab_helper.h

Issue 232773008: More removal of GTK code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove base/ so I don't need another stamp. Created 6 years, 8 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 | « chrome/browser/ui/find_bar/find_bar_host_unittest_util.h ('k') | chrome/browser/ui/pdf/pdf_tab_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/pdf/pdf_tab_helper.h
diff --git a/chrome/browser/ui/pdf/pdf_tab_helper.h b/chrome/browser/ui/pdf/pdf_tab_helper.h
index 04ae744a14d3f9b8f9274d12bedcb492df5d2949..5dca4a649dc9fa4eb643e4b3d33f4258352dbced 100644
--- a/chrome/browser/ui/pdf/pdf_tab_helper.h
+++ b/chrome/browser/ui/pdf/pdf_tab_helper.h
@@ -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_
« no previous file with comments | « chrome/browser/ui/find_bar/find_bar_host_unittest_util.h ('k') | chrome/browser/ui/pdf/pdf_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698