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

Side by Side Diff: chrome/browser/resources/ntp_search/mock/mockData.js

Issue 10829131: Refactoring NTP5: new implementation of TilePage and MostVisitedPage (which now inherits from Thumb… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixing error during initialization Created 8 years, 4 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) 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.
4
5 // The following code is generated pseudo-automatically by a non document
6 // tool. Do not change this code unless you know what you are doing.
7 chrome.mock && chrome.mock({
8 "getApps": [
9 {
10 "appPageNames": [
11 "Apps"
12 ],
13 "apps": [
14 {
15 "app_launch_ordinal": "n",
16 "description": "Web Store",
17 "direction": "ltr",
18 "enabled": true,
19 "homepageUrl": "",
20 "icon_big": "chrome://extension-icon/ahfgeienlihckogmohjhadlkjgocpleb/ 128/1",
21 "icon_big_exists": false,
22 "icon_small": "chrome://extension-icon/ahfgeienlihckogmohjhadlkjgocple b/16/1",
23 "icon_small_exists": false,
24 "id": "ahfgeienlihckogmohjhadlkjgocpleb",
25 "is_component": true,
26 "is_webstore": true,
27 "launch_container": 2,
28 "launch_type": 1,
29 "mayDisable": false,
30 "name": "Chrome Web Store",
31 "notifications_disabled": false,
32 "offlineEnabled": false,
33 "optionsUrl": "",
34 "page_index": 0,
35 "title": "Chrome Web Store",
36 "url": "https://chrome.google.com/webstore",
37 "version": "0.1"
38 }
39 ],
40 "showLauncher": false,
41 "showPromo": false
42 }
43 ],
44 "getRecentlyClosedTabs": [
45 [
46 {
47 "sessionId": 2,
48 "tabs": [
49 {
50 "direction": "ltr",
51 "timestamp": 0,
52 "title": "YouTube - Broadcast Yourself.",
53 "type": "tab",
54 "url": "http://youtube.com/"
55 },
56 {
57 "direction": "ltr",
58 "timestamp": 0,
59 "title": "CNN.com - Breaking News, U.S., World, Weather, Entertainme nt & Video News",
60 "type": "tab",
61 "url": "http://cnn.com/"
62 }
63 ],
64 "timestamp": 1343253129.824551,
65 "type": "window"
66 },
67 {
68 "direction": "ltr",
69 "sessionId": 1,
70 "timestamp": 1343253127.485749,
71 "title": "Electronics, Cars, Fashion, Collectibles, Coupons and More Onl ine Shopping | eBay",
72 "type": "tab",
73 "url": "http://ebay.com/"
74 }
75 ]
76 ],
77 "getMostVisited": [
78 [
79 {
80 "direction": "ltr",
81 "title": "Wikipedia",
82 "url": "http://www.wikipedia.org/"
83 },
84 {
85 "direction": "ltr",
86 "title": "deviantART: where ART meets application!",
87 "url": "http://www.deviantart.com/"
88 },
89 {
90 "direction": "ltr",
91 "title": "WEFUNK Radio - Hip-Hop & The Original Funk",
92 "url": "http://wefunkradio.com/"
93 },
94 {
95 "direction": "ltr",
96 "title": "YouTube - Broadcast Yourself.",
97 "url": "http://youtube.com/"
98 },
99 {
100 "direction": "ltr",
101 "title": "Amazon.com: Online Shopping for Electronics, Apparel, Computer s, Books, DVDs & more",
102 "url": "http://amazon.com/"
103 },
104 {
105 "direction": "ltr",
106 "title": "The New York Times - Breaking News, World News & Multimedia",
107 "url": "http://nytimes.com/"
108 },
109 {
110 "direction": "ltr",
111 "title": "Hacker News",
112 "url": "http://news.ycombinator.com/"
113 },
114 {
115 "direction": "ltr",
116 "title": "CNN.com - Breaking News, U.S., World, Weather, Entertainment & Video News",
117 "url": "http://cnn.com/"
118 },
119 {
120 "direction": "ltr",
121 "title": "Electronics, Cars, Fashion, Collectibles, Coupons and More Onl ine Shopping | eBay",
122 "url": "http://ebay.com/"
123 },
124 {
125 "direction": "ltr",
126 "title": "Welcome to Chromium",
127 "url": "http://www.google.com/chrome/intl/en/welcome.html"
128 },
129 {
130 "direction": "ltr",
131 "title": "Chrome Web Store",
132 "url": "https://chrome.google.com/webstore?hl=en"
133 }
134 ],
135 false
136 ],
137 "__loadTimeData__": {
138 "anim": true,
139 "appDefaultPageName": "Apps",
140 "appInstallHintText": "Add more apps",
141 "appcreateshortcut": "Create Shortcut",
142 "appdisablenotifications": "Disable Notifications",
143 "applaunchtypefullscreen": "Open Full Screen",
144 "applaunchtypepinned": "Open as Pinned Tab",
145 "applaunchtyperegular": "Open as Regular Tab",
146 "applaunchtypewindow": "Open as Window",
147 "appoptions": "Options",
148 "apps_page_id": 2048,
149 "appuninstall": "Remove from Chromium",
150 "attributionintro": "Theme created by",
151 "bookmarkbarattached": false,
152 "closedwindowmultiple": "$1 Tabs",
153 "closedwindowsingle": "1 Tab",
154 "collapseSessionMenuItemText": "Collapse list",
155 "expandSessionMenuItemText": "Expand list",
156 "fontfamily": "DejaVu Sans, Arial, sans-serif",
157 "fontsize": "75%",
158 "hasattribution": false,
159 "isSuggestionsPageEnabled": false,
160 "isSwipeTrackingFromScrollEventsEnabled": false,
161 "isUserSignedIn": false,
162 "learnMore": "Learn more",
163 "learn_more": "Learn more",
164 "login_status_advanced": "",
165 "login_status_dismiss": "",
166 "login_status_message": "",
167 "login_status_url": "",
168 "most_visited_page_id": 1024,
169 "mostvisited": "Most visited",
170 "otherSessions": "Other devices",
171 "otherSessionsEmpty": "Access your open tabs on all of your devices.",
172 "otherSessionsLearnMoreUrl": "http://support.google.com/chrome/bin/answer.py ?answer=185277&hl=en",
173 "recentlyclosed": "Recently closed",
174 "removethumbnailtooltip": "Don't show on this page",
175 "restoreSessionMenuItemText": "Open all",
176 "restoreThumbnailsShort": "Restore all",
177 "showApps": true,
178 "showOtherSessionsMenu": true,
179 "shown_page_index": 0,
180 "shown_page_type": 1024,
181 "suggestions": "Suggested",
182 "suggestions_page_id": 4096,
183 "syncLinkText": "Advanced settings",
184 "syncpromotext": "Sign in to $1",
185 "textdirection": "ltr",
186 "themegravity": "",
187 "thumbnailremovednotification": "Thumbnail removed.",
188 "title": "New Tab",
189 "undothumbnailremove": "Undo",
190 "webStoreLink": "https://chrome.google.com/webstore?hl=en-US",
191 "webStoreTitle": "Chrome Web Store",
192 "webStoreTitleShort": "Web Store"
193 }
194 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698