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

Unified Diff: chrome/test/test_browser_window.h

Issue 3332022: Bunch of match preview tweaks: (Closed)
Patch Set: Add string16 include Created 10 years, 3 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/common/notification_type.h ('k') | chrome/test/test_location_bar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/test_browser_window.h
diff --git a/chrome/test/test_browser_window.h b/chrome/test/test_browser_window.h
index d35e04cf2a3eea648279931fa227e0894c75f028..6acf901c25dcefc5e9eec8f84171fd7ab035d8b4 100644
--- a/chrome/test/test_browser_window.h
+++ b/chrome/test/test_browser_window.h
@@ -93,16 +93,18 @@ class TestBrowserWindow : public BrowserWindow {
gfx::NativeWindow parent_window) {}
virtual void UserChangedTheme() {}
virtual int GetExtraRenderViewHeight() const { return 0; }
- virtual void TabContentsFocused(TabContents* tab_contents) { }
+ virtual void TabContentsFocused(TabContents* tab_contents) {}
virtual void ShowPageInfo(Profile* profile,
const GURL& url,
const NavigationEntry::SSLStatus& ssl,
- bool show_history) { }
- virtual void Cut() { }
- virtual void Copy() { }
- virtual void Paste() { }
+ bool show_history) {}
+ virtual void Cut() {}
+ virtual void Copy() {}
+ virtual void Paste() {}
virtual void ToggleTabStripMode() {}
virtual void OpenTabpose() {}
+ virtual void ShowMatchPreview() {}
+ virtual void HideMatchPreview() {}
protected:
virtual void DestroyBrowser() {}
« no previous file with comments | « chrome/common/notification_type.h ('k') | chrome/test/test_location_bar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698