~osomon/oxide/fix-crash-popup-menu

« back to all changes in this revision

Viewing changes to shared/common/oxide_paths.h

  • Committer: Chris Coulson
  • Date: 2015-04-17 20:22:43 UTC
  • mfrom: (640.1.244 canary)
  • Revision ID: chris.coulson@canonical.com-20150417202243-a5dz76gwj6hdqmw2
Bump Chromium rev to 44.0.2369.0 and Qt version to 1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
enum {
24
24
  PATH_START = 1000, // Same as Chrome
25
25
 
26
 
  DIR_GTALK_PLUGIN,
27
 
  FILE_GTALK_PLUGIN,
28
 
  FILE_O1D_PLUGIN,
29
 
 
30
26
  PATH_END
31
27
};
32
28