Skip to content

Commit

Permalink
Update browser-header element
Browse files Browse the repository at this point in the history
  • Loading branch information
iiegor committed Dec 28, 2015
1 parent 443c74a commit 8d8e40f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions elements/browser-content/browser-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
<link rel="import" type="css" href="browser-content.css">

<template>
<<<<<<< HEAD
<webview id="view" src="https://www.google.com/" useragent="Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36" allowpopups />
=======
<nav>
<paper-tabs id="tabs" selected="{{activeTab}}" noink>
<template is="dom-repeat" items="{{tabs}}" as="tab">
Expand All @@ -31,7 +28,6 @@
<div><webview id="view" src="{{item.location}}" on-contextMenu="handleContext" useragent="{{item.userAgent}}" allowpopups /></div>
</template>
</iron-pages>
>>>>>>> master
</template>
</dom-module>

Expand Down

0 comments on commit 8d8e40f

Please sign in to comment.