diff options
author | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-22 02:48:00 +0000 |
---|---|---|
committer | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-22 02:48:00 +0000 |
commit | b5647fb7e4b88102318d7c07ffebd8dd933f2c4c (patch) | |
tree | 94910757029ea7620e88dbf2de94f2454f863a1f /ui/android/OWNERS | |
parent | f09a1fefbca891378b04a5374f5b1a5f7ee27b35 (diff) | |
download | chromium_src-b5647fb7e4b88102318d7c07ffebd8dd933f2c4c.zip chromium_src-b5647fb7e4b88102318d7c07ffebd8dd933f2c4c.tar.gz chromium_src-b5647fb7e4b88102318d7c07ffebd8dd933f2c4c.tar.bz2 |
Adding NativeWindow base class with context.
This is a change from the previous CL (https://codereview.chromium.org/10916160/). It turns out that not all the Android objects that create NativeWindow will have an activity, so we need this change.
BUG=116131
Review URL: https://chromiumcodereview.appspot.com/10962002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158159 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/android/OWNERS')
-rw-r--r-- | ui/android/OWNERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/android/OWNERS b/ui/android/OWNERS new file mode 100644 index 0000000..d2df7d5 --- /dev/null +++ b/ui/android/OWNERS @@ -0,0 +1,4 @@ +bulach@chromium.org +nileshagrawal@chromium.org +tedchoc@chromium.org +yfriedman@chromium.org |