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

Side by Side Diff: third_party/WebKit/Source/platform/weborigin/DEPS

Issue 2714813003: Add an identity component for unique/opaque url::Origins.
Patch Set: Switch to base::UnguessableToken, add to SecurityOrigin. No conversions yet. Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base/unguessable_token.h",
2 # net/ includes should be allowed only in a limited set of directories, 3 # net/ includes should be allowed only in a limited set of directories,
3 # so we have separate DEPS from platform's one. 4 # so we have separate DEPS from platform's one.
4 "+net/base", 5 "+net/base",
5 ] 6 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698