Commit cf5a9469 authored by yoshiki's avatar yoshiki Committed by Commit bot

Video Player: Update the application ID of cast receiver

No functionally should be changed.

BUG=422155
TEST=manually tested
TBR=fukino@chromium.org

Review URL: https://codereview.chromium.org/642093002

Cr-Commit-Position: refs/heads/master@{#299044}
parent fe92ab75
......@@ -10,9 +10,7 @@
// cast extension. This line prevents an exception on using localStorage.
window.__defineGetter__('localStorage', function() { return {}; });
// THIS IS A TEST APP.
// TODO(yoshiki): Fix this before launch.
var APPLICATION_ID = '214CC863';
var APPLICATION_ID = '4CCB98DA';
util.addPageLoadHandler(function() {
initialize();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment