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

Unified Diff: content/browser/tab_contents/tab_contents_delegate_unittest.cc

Issue 7791029: When the user navigates to the home page, make sure to set the RLZ string (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Adressing review comments Created 9 years, 4 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: content/browser/tab_contents/tab_contents_delegate_unittest.cc
===================================================================
--- content/browser/tab_contents/tab_contents_delegate_unittest.cc (revision 98807)
+++ content/browser/tab_contents/tab_contents_delegate_unittest.cc (working copy)
@@ -35,8 +35,7 @@
virtual void NavigationStateChanged(const TabContents* source,
unsigned changed_flags) {}
- virtual std::string GetNavigationHeaders(const GURL& url) {
- return "";
+ virtual void AddNavigationHeaders(const GURL& url, std::string* headers) {
sky 2011/08/30 20:16:33 While you're here add OVERRIDE.
Roger Tawa OOO till Jul 10th 2011/08/31 20:14:01 Done.
}
virtual void AddNewContents(TabContents* source,

Powered by Google App Engine
This is Rietveld 408576698