Updated profile for Chromium to 19.0.1061.1_rc-r1.

Also added 2 shell scripts:
1. To create the tarball.
2. To upload to gerrit.

Benchmarks: alexa_us,bloat,dhtml,dom,intl1,intl2,morejs,morejsnp,moz,moz2
CTARGETS: x86_64-cros-linux-gnu

Change-Id: I40a7b8406f50cf39bf6c6805dc1e200604168171
diff --git a/create_gerrit_issue.sh b/create_gerrit_issue.sh
new file mode 100755
index 0000000..bdfb82c
--- /dev/null
+++ b/create_gerrit_issue.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+#
+# Copyright 2012 Google Inc. All Rights Reserved.
+# Author: asharif@google.com (Ahmad Sharif)
+
+git remote add somelabel ssh://gerrit.chromium.org:29418/chromiumos/profile/chromium.git
+git push somelabel HEAD:refs/for/master  # Creates Gerrit Issue
+
+
diff --git a/create_tarball.sh b/create_tarball.sh
new file mode 100755
index 0000000..d9c87cc
--- /dev/null
+++ b/create_tarball.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+#
+# Copyright 2012 Google Inc. All Rights Reserved.
+# Author: asharif@google.com (Ahmad Sharif)
+
+tar -cjf profile.tbz2 --owner=root --group=root "$@"
diff --git a/profile.tbz2 b/profile.tbz2
index 175bbcd..f26de9b 100644
--- a/profile.tbz2
+++ b/profile.tbz2
Binary files differ