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

Side by Side Diff: chrome/test/data/extensions/api_test/permissions/nacl_enabled/background.html

Issue 1007443004: Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove terms and native_client_sdk changes. Created 5 years, 9 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
1 <!-- 1 <!--
2 * Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this 2 * Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this
3 * source code is governed by a BSD-style license that can be found in the 3 * source code is governed by a BSD-style license that can be found in the
4 * LICENSE file. 4 * LICENSE file.
5 --> 5 -->
6 <script src="background.js"></script> 6 <script src="background.js"></script>
7 7
8 <h1>Native Client SRPC Simple Plug-in</h1> 8 <h1>Native Client SRPC Simple Plugin</h1>
9 <p> 9 <p>
10 <embed name="nacl_module" 10 <embed name="nacl_module"
11 id="pluginobj" 11 id="pluginobj"
12 width=0 height=0 12 width=0 height=0
13 src="bin/x86/srpc_hw.nexe" 13 src="bin/x86/srpc_hw.nexe"
14 type="application/x-nacl-srpc" 14 type="application/x-nacl-srpc"
15 onload="OnNaClLoad()" 15 onload="OnNaClLoad()"
16 onfail="OnNaClFail()" 16 onfail="OnNaClFail()"
17 /> 17 />
18 </p> 18 </p>
OLDNEW
« no previous file with comments | « chrome/renderer/content_settings_observer.cc ('k') | components/content_settings/core/browser/host_content_settings_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698