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

Unified Diff: chrome/browser/extensions/api/system_indicator/system_indicator_manager.h

Issue 12041078: Clear the clipboard closing Incognito window (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Renamed set_write_objects_callback() Created 7 years, 10 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/api/system_indicator/system_indicator_manager.h
diff --git a/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h b/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h
index 7746651c68b5eb04df6143fbd34e3d9c154d06f0..d3b4b000bdf69df9974fc5b7d3037f0285a07374 100644
--- a/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h
+++ b/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h
@@ -9,6 +9,7 @@
#include <string>
#include "base/memory/linked_ptr.h"
+#include "base/threading/thread_checker.h"
dcheng 2013/02/15 07:29:23 For future patches, it would be nice to separate I
vasilii 2013/02/15 10:37:39 I agree. But it was required to preserve successfu
#include "chrome/browser/extensions/event_router.h"
#include "chrome/browser/extensions/extension_action_icon_factory.h"
#include "chrome/browser/profiles/profile_keyed_service.h"

Powered by Google App Engine
This is Rietveld 408576698