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

Unified Diff: chrome/browser/ui/webui/ntp/new_tab_ui.h

Issue 10332049: remove ntp app install hint (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync it Created 8 years, 7 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_page_handler.cc ('k') | chrome/browser/ui/webui/ntp/new_tab_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/ntp/new_tab_ui.h
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.h b/chrome/browser/ui/webui/ntp/new_tab_ui.h
index 4708860e5de2f71f02b37573ce08842676956c81..1356ba23916a16063568f8c2c116bd7f40b6caf7 100644
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.h
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h
@@ -32,16 +32,6 @@ class NewTabUI : public content::WebUIController,
static void RegisterUserPrefs(PrefService* prefs);
- // Sets up any experiment in which the NTP might want to participate.
- // The CWS footer link is one such example.
- static void SetupFieldTrials();
-
- // Returns whether or not to show the link to the CWS in the footer.
- static bool ShouldShowWebStoreFooterLink();
-
- // Returns whether or not to show the app install hint.
- static bool ShouldShowAppInstallHint();
-
// Returns whether or not to show apps pages.
static bool ShouldShowApps();
@@ -141,6 +131,4 @@ class NewTabUI : public content::WebUIController,
DISALLOW_COPY_AND_ASSIGN(NewTabUI);
};
-extern const char kWebStoreLinkExperiment[];
-
#endif // CHROME_BROWSER_UI_WEBUI_NTP_NEW_TAB_UI_H_
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_page_handler.cc ('k') | chrome/browser/ui/webui/ntp/new_tab_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698