commit | f45223860d864005e5d80013f37a06acbc8ebd1e | [log] [tgz] |
---|---|---|
author | Lucas Furukawa Gadani <[email protected]> | Fri Jun 21 23:11:14 2019 |
committer | Commit Bot <[email protected]> | Fri Jun 21 23:11:14 2019 |
tree | dd571351ea4f34bba1a6932c5224f900d9f11bdc | |
parent | 07f70727879b890bcdb8183036e895de375ca695 [diff] [blame] |
Remove const interfaces from content/public/browser/browser_context.h. Bug: 908139 Tbr: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Change-Id: I539846e658857ab55fa07bbb18697aeeb9d45cda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1567902 Reviewed-by: Scott Graham <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Commit-Queue: Lucas Gadani <[email protected]> Cr-Commit-Position: refs/heads/master@{#671447}
diff --git a/content/browser/browser_context.cc b/content/browser/browser_context.cc index 5c941456..c3c10eb 100644 --- a/content/browser/browser_context.cc +++ b/content/browser/browser_context.cc
@@ -773,7 +773,7 @@ return nullptr; } -const std::string& BrowserContext::UniqueId() const { +const std::string& BrowserContext::UniqueId() { return unique_id_; }