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

Unified Diff: chrome/browser/extensions/api/messaging/incognito_connectability.h

Issue 1731483003: chrome: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/extensions/api/messaging/incognito_connectability.h
diff --git a/chrome/browser/extensions/api/messaging/incognito_connectability.h b/chrome/browser/extensions/api/messaging/incognito_connectability.h
index 2402ab8fee3fa61664d37a6936878fbe9c6712dc..026ade958ec2f2306ace5d55ba34f34eaf0d3681 100644
--- a/chrome/browser/extensions/api/messaging/incognito_connectability.h
+++ b/chrome/browser/extensions/api/messaging/incognito_connectability.h
@@ -71,6 +71,7 @@ class IncognitoConnectability : public BrowserContextKeyedAPI {
private:
struct TabContext {
TabContext();
+ TabContext(const TabContext& other);
~TabContext();
// The infobar being shown in a given tab. The InfoBarManager maintains

Powered by Google App Engine
This is Rietveld 408576698