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

Unified Diff: chrome/common/chrome_content_client.h

Issue 1315303002: Dispatch DRP IPC call from renderer main thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Override CanSendWhileSwappedOut Created 5 years, 4 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/common/chrome_content_client.h
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
index dab975b6489afcc314ca8a876dd3210fe01b80a2..dfdca7078a36b0103c5f7cc179c6689fad7e87ad 100644
--- a/chrome/common/chrome_content_client.h
+++ b/chrome/common/chrome_content_client.h
@@ -79,6 +79,8 @@ class ChromeContentClient : public content::ContentClient {
std::set<GURL>* origins) override;
void AddServiceWorkerSchemes(std::set<std::string>* schemes) override;
+
+ bool CanSendWhileSwappedOut(const IPC::Message* message) override;
Charlie Reis 2015/09/02 17:16:30 nit: List this in the same order as in content_cli
tbansal1 2015/09/02 17:30:26 Done.
};
#endif // CHROME_COMMON_CHROME_CONTENT_CLIENT_H_

Powered by Google App Engine
This is Rietveld 408576698