Chromium change: https://github.com/chromium/chromium/commit/1ba38ba969498672ef5178a047efc4d009af0b82 [Start] Refactor Logo* and make it MVC structured We need to modularize logo/ and make it MVCed for being reused easily. In this cl, we added the Model, ModelChangeProcessor, ViewBinder and ViewBinderUnitTest parts. Bug: 1359422