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

Unified Diff: chrome/browser/android/tab_android.h

Issue 63483007: Refactor Android printing code to make it more testable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved isPrintingController into PrintingControllerImpl, cleaned tiny bits Created 7 years, 1 month 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: chrome/browser/android/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index 0cda9986655b945c7205a17c90d2476b74efcbb5..86af4790ff66799a547fda5473d90e11a30879fa 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -143,6 +143,8 @@ class TabAndroid : public CoreTabHelperDelegate,
jstring jurl,
jstring jtitle);
+ bool Print(JNIEnv* env, jobject obj);
+
protected:
virtual ~TabAndroid();

Powered by Google App Engine
This is Rietveld 408576698