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

Unified Diff: chrome/browser/dom_ui/tips_handler.h

Issue 460007: Revert 33527 - Put "make this my home page" link into the tip section.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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/browser/dom_ui/ntp_resource_cache.cc ('k') | chrome/browser/dom_ui/tips_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/tips_handler.h
===================================================================
--- chrome/browser/dom_ui/tips_handler.h (revision 33537)
+++ chrome/browser/dom_ui/tips_handler.h (working copy)
@@ -9,8 +9,6 @@
#ifndef CHROME_BROWSER_DOM_UI_TIPS_HANDLER_H_
#define CHROME_BROWSER_DOM_UI_TIPS_HANDLER_H_
-#include <string>
-
#include "chrome/browser/dom_ui/dom_ui.h"
class DictionaryValue;
@@ -37,11 +35,6 @@
// Make sure the string we are pushing to the NTP is a valid URL.
bool IsValidURL(const std::wstring& url_string);
- // Send a tip to the NTP. tip_type is "tip_html_text" if the tip is from
- // the tip server, and "set_homepage_tip" if it's the tip to set the NTP
- // as home page.
- void SendTip(std::string tip, std::wstring tip_type, int tip_index);
-
// So we can push data out to the page that has called this handler.
DOMUI* dom_ui_;
« no previous file with comments | « chrome/browser/dom_ui/ntp_resource_cache.cc ('k') | chrome/browser/dom_ui/tips_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698