Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_voice_interaction_value_prop.js

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
xc 2017/05/31 18:37:52 wrong date, also I think the new style of copy rig
yueli 2017/06/02 02:03:47 Done.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 /**
6 * @fileoverview Oobe Voice Interaction Value Prop screen implementation.
7 */
8
9 login.createScreen('VoiceInteractionValuePropScreen',
10 'voice-interaction-value-prop', function() {
11 return {
12 };
13 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698