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

Unified Diff: chrome/browser/google_url_tracker.h

Issue 174030: Change default homepage experience. (Closed)
Patch Set: Update so only new users see this Created 11 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
« no previous file with comments | « chrome/browser/browser_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_url_tracker.h
diff --git a/chrome/browser/google_url_tracker.h b/chrome/browser/google_url_tracker.h
index 987987dbe5515277c4ab2efa016a12d2de50c3d8..636e44e887e22db6955fa63d80a26d020c046b73 100644
--- a/chrome/browser/google_url_tracker.h
+++ b/chrome/browser/google_url_tracker.h
@@ -56,6 +56,8 @@ class GoogleURLTracker : public URLFetcher::Delegate,
static void RegisterPrefs(PrefService* prefs);
+ static const char kDefaultGoogleHomepage[];
+
private:
FRIEND_TEST(GoogleURLTrackerTest, CheckAndConvertURL);
@@ -88,8 +90,6 @@ class GoogleURLTracker : public URLFetcher::Delegate,
const NotificationSource& source,
const NotificationDetails& details);
- static const char kDefaultGoogleHomepage[];
-
NotificationRegistrar registrar_;
GURL google_url_;
ScopedRunnableMethodFactory<GoogleURLTracker> fetcher_factory_;
« no previous file with comments | « chrome/browser/browser_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698