
I believe it is currently not possible to get chrome into a state where it will believe the owner is logged in. A user is the device owner by virtue of having the private half of the owner key pair. However, the key pair isn't generated by chrome, but by session_manager.
I haven't tried, but you may be able to hack the code here to pretend you have ownership: https://code.google.com/p/chromium/codesearch#chromium/src/components/ownership/owner_settings_service.cc&sq=package:chromium&rcl=1432309542&l=76
Even if that gets you past the warning banner, setting changes will probably not get processed correctly. It's probably simpler to just fire up a VM and use that.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
--