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

Unified Diff: chrome/browser/ui/webui/sync_internals_message_handler.h

Issue 2657673004: Add shutdown notification and service refs to SyncServiceObserver. (Closed)
Patch Set: Chromeos fix Created 3 years, 11 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/ui/webui/sync_internals_message_handler.h
diff --git a/chrome/browser/ui/webui/sync_internals_message_handler.h b/chrome/browser/ui/webui/sync_internals_message_handler.h
index 2f9cce72b4ada289a20ebc90fd9427eb78ac6c4e..3fe7ccaf80450cbba9fa102dcf7a6d8a84705ce9 100644
--- a/chrome/browser/ui/webui/sync_internals_message_handler.h
+++ b/chrome/browser/ui/webui/sync_internals_message_handler.h
@@ -77,7 +77,7 @@ class SyncInternalsMessageHandler : public content::WebUIMessageHandler,
std::unique_ptr<base::ListValue> nodes);
// syncer::SyncServiceObserver implementation.
- void OnStateChanged() override;
+ void OnStateChanged(syncer::SyncService* sync) override;
// ProtocolEventObserver implementation.
void OnProtocolEvent(const syncer::ProtocolEvent& e) override;

Powered by Google App Engine
This is Rietveld 408576698