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

Side by Side Diff: chrome/browser/dom_ui/slideshow_ui.cc

Issue 5162001: X.509-related cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More files broke Created 10 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/dom_ui/slideshow_ui.h" 5 #include "chrome/browser/dom_ui/slideshow_ui.h"
6 6
7 #include "app/resource_bundle.h" 7 #include "app/resource_bundle.h"
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/message_loop.h" 9 #include "base/message_loop.h"
10 #include "base/path_service.h" 10 #include "base/path_service.h"
11 #include "base/singleton.h"
11 #include "base/string_piece.h" 12 #include "base/string_piece.h"
12 #include "base/string_util.h" 13 #include "base/string_util.h"
13 #include "base/thread.h" 14 #include "base/thread.h"
14 #include "base/time.h" 15 #include "base/time.h"
15 #include "base/utf_string_conversions.h" 16 #include "base/utf_string_conversions.h"
16 #include "base/values.h" 17 #include "base/values.h"
17 #include "base/weak_ptr.h" 18 #include "base/weak_ptr.h"
18 #include "chrome/browser/browser_thread.h" 19 #include "chrome/browser/browser_thread.h"
19 #include "chrome/browser/dom_ui/dom_ui_favicon_source.h" 20 #include "chrome/browser/dom_ui/dom_ui_favicon_source.h"
20 #include "chrome/browser/history/history_types.h" 21 #include "chrome/browser/history/history_types.h"
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 SlideshowUIHTMLSource* html_source = new SlideshowUIHTMLSource(); 285 SlideshowUIHTMLSource* html_source = new SlideshowUIHTMLSource();
285 286
286 // Set up the chrome://slideshow/ source. 287 // Set up the chrome://slideshow/ source.
287 BrowserThread::PostTask( 288 BrowserThread::PostTask(
288 BrowserThread::IO, FROM_HERE, 289 BrowserThread::IO, FROM_HERE,
289 NewRunnableMethod( 290 NewRunnableMethod(
290 Singleton<ChromeURLDataManager>::get(), 291 Singleton<ChromeURLDataManager>::get(),
291 &ChromeURLDataManager::AddDataSource, 292 &ChromeURLDataManager::AddDataSource,
292 make_scoped_refptr(html_source))); 293 make_scoped_refptr(html_source)));
293 } 294 }
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/constrained_html_ui.cc ('k') | chrome/browser/extensions/extensions_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698