summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.h')
-rw-r--r--chrome/browser/tab_contents/tab_contents.h3
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.