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

Unified Diff: android_webview/common/aw_paths.h

Issue 2932703003: Plumbing for safe browsing reporting for Android WebView. (Closed)
Patch Set: modify client name to android_webview Created 3 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
« no previous file with comments | « android_webview/browser/aw_safe_browsing_ui_manager.cc ('k') | android_webview/common/aw_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/aw_paths.h
diff --git a/android_webview/common/aw_paths.h b/android_webview/common/aw_paths.h
index 7449e6bfcae9a48414dbe5b41bf235a916e6421f..52cea8585abf7ddf38aa59f685062a3ee5ba7a0a 100644
--- a/android_webview/common/aw_paths.h
+++ b/android_webview/common/aw_paths.h
@@ -15,6 +15,9 @@ enum {
DIR_CRASH_DUMPS = PATH_START, // Directory where crash dumps are written.
+ DIR_SAFE_BROWSING, // Directory where safe browsing related cookies are
+ // stored.
+
PATH_END
};
« no previous file with comments | « android_webview/browser/aw_safe_browsing_ui_manager.cc ('k') | android_webview/common/aw_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698