summaryrefslogtreecommitdiffstats
path: root/chrome/test/base
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/base')
-rw-r--r--chrome/test/base/test_browser_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index e617b07..917e32d 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -49,6 +49,7 @@ class TestBrowserWindow : public BrowserWindow {
virtual void UpdateDevTools() OVERRIDE {}
virtual void UpdateLoadingAnimations(bool should_animate) OVERRIDE {}
virtual void SetStarredState(bool is_starred) OVERRIDE {}
+ virtual void SetTranslateIconToggled(bool is_lit) OVERRIDE {}
virtual void OnActiveTabChanged(content::WebContents* old_contents,
content::WebContents* new_contents,
int index,