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

Unified Diff: chrome/browser/external_protocol/external_protocol_handler.h

Issue 2664253006: Clears out external protocol data when cookies and site data is cleared. (Closed)
Patch Set: a Created 3 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/external_protocol/external_protocol_handler.h
diff --git a/chrome/browser/external_protocol/external_protocol_handler.h b/chrome/browser/external_protocol/external_protocol_handler.h
index 30a1600a9a7317dec158363df6449857ae7fa49b..671626f7c11fe4a41cc4ed8dee9556a6017eae59 100644
--- a/chrome/browser/external_protocol/external_protocol_handler.h
+++ b/chrome/browser/external_protocol/external_protocol_handler.h
@@ -140,6 +140,9 @@ class ExternalProtocolHandler {
ui::PageTransition page_transition,
bool has_user_gesture);
+ // Clears the external protocol handling data.
+ static void ClearData(Profile* profile);
+
private:
DISALLOW_COPY_AND_ASSIGN(ExternalProtocolHandler);
};

Powered by Google App Engine
This is Rietveld 408576698