 Chromium Code Reviews
 Chromium Code Reviews Issue 641943002:
  components: Introduce AlarmTimer class and use it for GCM heartbeat  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 641943002:
  components: Introduce AlarmTimer class and use it for GCM heartbeat  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: components/timers/README | 
| diff --git a/components/timers/README b/components/timers/README | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..0b2b4e37f827796ef453ac56893844f54fc1e1a3 | 
| --- /dev/null | 
| +++ b/components/timers/README | 
| @@ -0,0 +1,3 @@ | 
| +This directory hosts a timer class that is shared with Chrome OS. Code that | 
| +lives in this directory is not allowed to depend on anything other than base/ | 
| +because Chrome OS only pulls in and depends on base/ as a library. |