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

Unified Diff: content/public/common/content_client.h

Issue 2787573003: Remove DumpWithoutCrashing from ShouldAllowOpenURL. (Closed)
Patch Set: Address asvitkine's comments Created 3 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 | « chrome/test/BUILD.gn ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.h
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
index f1e398424e2ed2ce2d0bd611cd182f855a6de4e9..016762223ba36e3f0c122ef79d45877ceb2af41e 100644
--- a/content/public/common/content_client.h
+++ b/content/public/common/content_client.h
@@ -98,7 +98,7 @@ class CONTENT_EXPORT ContentClient {
// Gives the embedder a chance to register its own schemes early in the
// startup sequence.
- struct Schemes {
+ struct CONTENT_EXPORT Schemes {
Schemes();
~Schemes();
std::vector<std::string> standard_schemes;
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698