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

Unified Diff: chrome/browser/google/google_profile_helper.h

Issue 896943002: Use UIThreadSearchTermsData to get the Google base URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes Created 5 years, 10 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/errorpage_browsertest.cc ('k') | chrome/browser/google/google_profile_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google/google_profile_helper.h
diff --git a/chrome/browser/google/google_profile_helper.h b/chrome/browser/google/google_profile_helper.h
deleted file mode 100644
index ea589608f5d3aa797ef2d4eeedbd5f79d0fc5a7e..0000000000000000000000000000000000000000
--- a/chrome/browser/google/google_profile_helper.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-//
-// Provides Google-related information for a given Profile.
-
-#ifndef CHROME_BROWSER_GOOGLE_GOOGLE_PROFILE_HELPER_H__
-#define CHROME_BROWSER_GOOGLE_GOOGLE_PROFILE_HELPER_H__
-
-#include <string>
-
-#include "base/basictypes.h"
-
-class GURL;
-class Profile;
-
-namespace google_profile_helper {
-
-// Returns the current Google homepage URL. Guaranteed to synchronously return
-// a value at all times (even during startup, in unittest mode or if |profile|
-// is NULL).
-GURL GetGoogleHomePageURL(Profile* profile);
-
-} // namespace google_profile_helper
-
-#endif // CHROME_BROWSER_GOOGLE_GOOGLE_PROFILE_HELPER_H__
« no previous file with comments | « chrome/browser/errorpage_browsertest.cc ('k') | chrome/browser/google/google_profile_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698