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

Unified Diff: chrome/browser/external_tab_container_win.h

Issue 9706012: Add abstractions that let embedders drive tests of WebContents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove CONTENT_EXPORT on statically linked functions. Merge to head for commit. Created 8 years, 9 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/browser/external_tab_container_win.h
diff --git a/chrome/browser/external_tab_container_win.h b/chrome/browser/external_tab_container_win.h
index 114b179246dbcad0c52633c7e0da17b482be7bfb..7f76a2881c9b302196ee418c6cc8abc64cc1fb04 100644
--- a/chrome/browser/external_tab_container_win.h
+++ b/chrome/browser/external_tab_container_win.h
@@ -391,7 +391,7 @@ class TemporaryPopupExternalTabContainer : public ExternalTabContainer {
NOTREACHED();
}
- virtual void CloseContents(TabContents* source) {
+ virtual void CloseContents(content::WebContents* source) {
NOTREACHED();
}
« no previous file with comments | « chrome/browser/extensions/extension_webnavigation_unittest.cc ('k') | chrome/browser/favicon/favicon_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698