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

Unified Diff: chrome/browser/extensions/webstore_inline_installer_browsertest.cc

Issue 384823002: Introduce a stable set of errors for inline install (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replace printf with vlog(1) in unrelated code so it passes presubmit Created 6 years, 5 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/webstore_inline_installer_browsertest.cc
diff --git a/chrome/browser/extensions/webstore_inline_installer_browsertest.cc b/chrome/browser/extensions/webstore_inline_installer_browsertest.cc
index 7146bdb81ce56306b516be77971119fa4eb9d2de..2da587cc81ac297bbec56ff6d220c99a84b63a57 100644
--- a/chrome/browser/extensions/webstore_inline_installer_browsertest.cc
+++ b/chrome/browser/extensions/webstore_inline_installer_browsertest.cc
@@ -106,7 +106,9 @@ class WebstoreInlineInstallerForTest : public WebstoreInlineInstaller {
friend class base::RefCountedThreadSafe<WebstoreStandaloneInstaller>;
- static void DummyCallback(bool /*success*/, const std::string& /*error*/) {
+ static void DummyCallback(bool success,
+ const std::string& error,
+ webstore_install::Result result) {
}
ProgrammableInstallPrompt* programmable_prompt_;

Powered by Google App Engine
This is Rietveld 408576698