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

Side by Side Diff: third_party/cacheinvalidation/src/google/cacheinvalidation/README

Issue 1162033004: Pull cacheinvalidations code directory into chromium repo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 This directory contains the implementation of the client library for a cache
2 invalidation service.
3
4 The public (stable) interfaces are those defined under include/:
5 invalidation-client.h
6 invalidation-client-factory.h
7 invalidation-listener.h
8 system-resources.h
9 types.h
10
11 In order to compile this library, proper implementations of the interfaces
12 residing under deps/ must be provided.
13
14 Interfaces and implementations defined under impl/ are subject to change, and
15 the test/ directory contains test helpers. Please do not depend directly
16 on anything in these directories.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698