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

Unified Diff: chrome/browser/profiles/profile_io_data.h

Issue 2041863002: Remove HttpServerProperies::GetWeakPtr(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: chrome/browser/profiles/profile_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index 6b00aa88af4c4e48e7a88ae5aa8615fb79a5c483..64fc1e481466ebe7d93ffe918705f6f7689c09c9 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -386,7 +386,7 @@ class ProfileIOData {
return proxy_service_.get();
}
- base::WeakPtr<net::HttpServerProperties> http_server_properties() const;
+ net::HttpServerProperties* http_server_properties() const;
void set_http_server_properties(
std::unique_ptr<net::HttpServerProperties> http_server_properties) const;

Powered by Google App Engine
This is Rietveld 408576698