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

Unified Diff: chrome/service/cloud_print/cloud_print_proxy.cc

Issue 8921011: Merge 113852 - Fix failure to disable cloud print connector. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/963/src/
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/cloud_print_proxy.cc
===================================================================
--- chrome/service/cloud_print/cloud_print_proxy.cc (revision 114039)
+++ chrome/service/cloud_print/cloud_print_proxy.cc (working copy)
@@ -171,10 +171,10 @@
DCHECK(CalledOnValidThread());
user_email_.clear();
enabled_ = false;
- Shutdown();
if (client_) {
client_->OnCloudPrintProxyDisabled(true);
}
+ Shutdown();
}
void CloudPrintProxy::GetProxyInfo(cloud_print::CloudPrintProxyInfo* info) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698