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

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

Issue 10581043: Merge 142921 - Use an infobar instead of alert box for extension install (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 6 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/extension_install_ui_android.cc
===================================================================
--- chrome/browser/extensions/extension_install_ui_android.cc (revision 143212)
+++ chrome/browser/extensions/extension_install_ui_android.cc (working copy)
@@ -11,7 +11,8 @@
NOTIMPLEMENTED();
}
-void ExtensionInstallUIAndroid::OnInstallFailure(const string16& error) {
+void ExtensionInstallUIAndroid::OnInstallFailure(
+ const CrxInstallerError& error) {
NOTIMPLEMENTED();
}
« no previous file with comments | « chrome/browser/extensions/extension_install_ui_android.h ('k') | chrome/browser/extensions/extension_install_ui_default.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698