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

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

Issue 10809061: Remove promo send email from tab android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resolve review comments. Created 8 years, 5 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/android/intent_helper.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index 403514e155435e86a2a2f2a66f2df0e5008e50e2..ab8549a356ffaca1848e11ce1874df2d5331a7b1 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -60,14 +60,6 @@ class TabAndroid {
const GURL& url, const string16& title, const SkBitmap& skbitmap,
int r_value, int g_value, int b_value) = 0;
- // TODO(felipeg,tedchoc): Remove this when possible.
- // http://crbug.com/138216
- // Called when the mobile promo action asks to send email.
- virtual void PromoSendEmail(const string16& data_email,
- const string16& data_subj,
- const string16& data_body,
- const string16& data_inv) = 0;
-
protected:
virtual ~TabAndroid();
« no previous file with comments | « chrome/browser/android/intent_helper.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698