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

Unified Diff: chrome/test/base/test_browser_window.h

Issue 1091703002: Eliminate faux-RTTI code from BrowserView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to fix Mac compile Created 5 years, 8 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
Index: chrome/test/base/test_browser_window.h
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index e8ce3bd0861eeb402bc55860fb4163ac0b295a5b..dce954777e612dd4c80cf472cb719d20a6bddc68 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -135,9 +135,7 @@ class TestBrowserWindow : public BrowserWindow {
content::WebContents* web_contents,
const GURL& url,
const content::SSLStatus& ssl) override {}
- void Cut() override {}
- void Copy() override {}
- void Paste() override {}
+ void CutCopyPaste(int command_id) override {}
WindowOpenDisposition GetDispositionForPopupBounds(
const gfx::Rect& bounds) override;
FindBar* CreateFindBar() override;

Powered by Google App Engine
This is Rietveld 408576698