~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/chromium-browser-customization-example

  • Committer: Chad MILLER
  • Date: 2014-05-06 19:19:35 UTC
  • Revision ID: chad.miller@canonical.com-20140506191935-tcgfntybwvy1gd82
debian/chromium-browser-customization-example,
debian/chromium-browser.sh.in: Add support for better customization of
chromium by other packages.  Files in /etc/chromium-browser/customizations/
are sourced at startup time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##   Register plugins this way.  The two parameters are yours to fill.
 
2
 
 
3
#discover_registration /path/to/plugin/plugin.info library-name
 
4
 
 
5
##   A way to influence the running. This is read-write for you. Please
 
6
##   Append only.
 
7
 
 
8
#CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --option=value"
 
9
 
 
10
##   Read-only variables guaranteed to be set, with example values.
 
11
 
 
12
#APPNAME='chromium-browser'
 
13
#BUILD_DIST='Ubuntu 14.04'
 
14
#DESKTOP_SESSION='ubuntu'
 
15
#LIBDIR='/usr/lib/chromium-browser'
 
16
#UPSTREAM_VERSION='34.0.1847.131'
 
17