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

Unified Diff: content/browser/tab_contents/tab_contents_delegate.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: When the user navigates to the home page, make sure to set the RLZ string 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.cc
===================================================================
--- content/browser/tab_contents/tab_contents_delegate.cc (revision 99286)
+++ content/browser/tab_contents/tab_contents_delegate.cc (working copy)
@@ -34,8 +34,8 @@
unsigned changed_flags) {
}
-std::string TabContentsDelegate::GetNavigationHeaders(const GURL& url) {
- return std::string();
+void TabContentsDelegate::AddNavigationHeaders(const GURL& url,
+ std::string* headers) {
}
void TabContentsDelegate::AddNewContents(TabContents* source,
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.h ('k') | content/browser/tab_contents/tab_contents_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698