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

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

Issue 256423004: Force usage of HTTPS for Google services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « no previous file | chrome/browser/google/google_url_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google/google_url_tracker.h
diff --git a/chrome/browser/google/google_url_tracker.h b/chrome/browser/google/google_url_tracker.h
index ab930003369eb8a6b51b4177d195f2914145e5b8..1321f5b9249ed062955bd4a5bc617e9e6de23fc0 100644
--- a/chrome/browser/google/google_url_tracker.h
+++ b/chrome/browser/google/google_url_tracker.h
@@ -94,7 +94,7 @@ class GoogleURLTracker : public net::URLFetcherDelegate,
static void GoogleURLSearchCommitted(Profile* profile);
// No one but GoogleURLTrackerInfoBarDelegate or test code should call these.
- void AcceptGoogleURL(bool redo_searches);
+ void AcceptGoogleURL();
void CancelGoogleURL();
const GURL& google_url() const { return google_url_; }
const GURL& fetched_google_url() const { return fetched_google_url_; }
« no previous file with comments | « no previous file | chrome/browser/google/google_url_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698