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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 //
5 // Provides Google-related information for a given Profile.
6
7 #ifndef CHROME_BROWSER_GOOGLE_GOOGLE_PROFILE_HELPER_H__
8 #define CHROME_BROWSER_GOOGLE_GOOGLE_PROFILE_HELPER_H__
9
10 #include <string>
11
12 #include "base/basictypes.h"
13
14 class GURL;
15 class Profile;
16
17 namespace google_profile_helper {
18
19 // Returns the current Google homepage URL. Guaranteed to synchronously return
20 // a value at all times (even during startup, in unittest mode or if |profile|
21 // is NULL).
22 GURL GetGoogleHomePageURL(Profile* profile);
23
24 } // namespace google_profile_helper
25
26 #endif // CHROME_BROWSER_GOOGLE_GOOGLE_PROFILE_HELPER_H__
OLDNEW
« 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