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

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

Issue 10537104: TabContentsWrapper -> TabContents, part 45. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/pdf/pdf_tab_observer.cc ('k') | chrome/browser/ui/pdf/pdf_unsupported_feature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/pdf/pdf_unsupported_feature.h
diff --git a/chrome/browser/ui/pdf/pdf_unsupported_feature.h b/chrome/browser/ui/pdf/pdf_unsupported_feature.h
index 7c0c7df593690d714d3e053679d3c5e756cc80bf..3d9d3a88b61b8de5bd81e0c99edf5285e03eda2d 100644
--- a/chrome/browser/ui/pdf/pdf_unsupported_feature.h
+++ b/chrome/browser/ui/pdf/pdf_unsupported_feature.h
@@ -9,12 +9,11 @@
#include "base/basictypes.h"
class TabContents;
-typedef TabContents TabContentsWrapper;
// Call this when a tab encounters a PDF that has features which our internal
// viewer doesn't support. Will take care of puting up an infobar to inform the
// user and launch Reader if they choose. If Reader is out of date, it will put
// up an interstitial.
-void PDFHasUnsupportedFeature(TabContentsWrapper* tab);
+void PDFHasUnsupportedFeature(TabContents* tab);
#endif // CHROME_BROWSER_UI_PDF_PDF_UNSUPPORTED_FEATURE_H_
« no previous file with comments | « chrome/browser/ui/pdf/pdf_tab_observer.cc ('k') | chrome/browser/ui/pdf/pdf_unsupported_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698