Index: chrome/browser/extensions/api/webstore_private/webstore_private_api.cc |
diff --git a/chrome/browser/extensions/api/webstore_private/webstore_private_api.cc b/chrome/browser/extensions/api/webstore_private/webstore_private_api.cc |
index e13650cdfb8fd0c11e5358964ded8986026240a6..566ac8d020d86b4f866410f69958701dc8af1363 100644 |
--- a/chrome/browser/extensions/api/webstore_private/webstore_private_api.cc |
+++ b/chrome/browser/extensions/api/webstore_private/webstore_private_api.cc |
@@ -451,6 +451,13 @@ void WebstorePrivateBeginInstallWithManifest3Function::SigninSuccess() { |
SigninCompletedOrNotNeeded(); |
} |
+void WebstorePrivateBeginInstallWithManifest3Function::MergeSessionComplete( |
+ const GoogleServiceAuthError& error) { |
+ // TODO(rogerta): once the embeded inline flow is enabled, the code in |
+ // WebstorePrivateBeginInstallWithManifest3Function::SigninSuccess() |
+ // should move to here. |
+} |
+ |
void WebstorePrivateBeginInstallWithManifest3Function:: |
SigninCompletedOrNotNeeded() { |
content::WebContents* web_contents = GetAssociatedWebContents(); |