diff options
author | kuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-15 21:48:50 +0000 |
---|---|---|
committer | kuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-15 21:48:50 +0000 |
commit | d7f380f4fbedb93a528307fa2cec4068cbba8901 (patch) | |
tree | be8de266418feb1415ee2642385896ce5a10a020 /chrome/browser/tab_contents/tab_contents.h | |
parent | 1d3afeaeea04c5545883ce9bfd47b5686d41b73f (diff) | |
download | chromium_src-d7f380f4fbedb93a528307fa2cec4068cbba8901.zip chromium_src-d7f380f4fbedb93a528307fa2cec4068cbba8901.tar.gz chromium_src-d7f380f4fbedb93a528307fa2cec4068cbba8901.tar.bz2 |
2nd attempt at landing cl to implement enhancements for translate infobar
- cl was previously committed at r41510 but reverted at r41520 - grd changes broke the buildbot.
- so this cl will revert r41520.
- this cl is the original cl which has been lgtm'ed, so i just tbr this.
BUG=35553,36682
TEST=verify per bug reports.
TBR=jcampan
Review URL: http://codereview.chromium.org/980001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.h')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h index 9fe797c0..17b0b0b 100644 --- a/chrome/browser/tab_contents/tab_contents.h +++ b/chrome/browser/tab_contents/tab_contents.h @@ -352,6 +352,9 @@ class TabContents : public PageNavigator, void TranslatePage(const std::string& source_lang, const std::string& target_lang); + // Reverts a translated page to original page. + void RevertTranslatedPage(); + // Window management --------------------------------------------------------- // Create a new window constrained to this TabContents' clip and visibility. |