Revert "Only store leading 13 bits of password hash."
[chromium-blink-merge.git] / chrome / test / data / extensions / platform_apps / launch / test.js
blob120e5fdccf4b4c121e5a2f11fb548545a33123f1
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 chrome.app.runtime.onLaunched.addListener(function() {
6 chrome.test.sendMessage('Launched');
7 chrome.test.notifyPass();
8 });