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

Side by Side Diff: components/dom_distiller/standalone/content_extractor_browsertest.cc

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 <stddef.h>
6
5 #include <sstream> 7 #include <sstream>
6 8
7 #include "base/command_line.h" 9 #include "base/command_line.h"
8 #include "base/files/scoped_temp_dir.h" 10 #include "base/files/scoped_temp_dir.h"
9 #include "base/id_map.h" 11 #include "base/id_map.h"
10 #include "base/location.h" 12 #include "base/location.h"
11 #include "base/path_service.h" 13 #include "base/path_service.h"
12 #include "base/run_loop.h" 14 #include "base/run_loop.h"
13 #include "base/single_thread_task_runner.h" 15 #include "base/single_thread_task_runner.h"
14 #include "base/strings/string_number_conversions.h" 16 #include "base/strings/string_number_conversions.h"
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 scoped_ptr<google::protobuf::io::StringOutputStream> protobuf_output_stream_; 435 scoped_ptr<google::protobuf::io::StringOutputStream> protobuf_output_stream_;
434 }; 436 };
435 437
436 IN_PROC_BROWSER_TEST_F(ContentExtractor, MANUAL_ExtractUrl) { 438 IN_PROC_BROWSER_TEST_F(ContentExtractor, MANUAL_ExtractUrl) {
437 SetDistillerJavaScriptWorldId(content::ISOLATED_WORLD_ID_CONTENT_END); 439 SetDistillerJavaScriptWorldId(content::ISOLATED_WORLD_ID_CONTENT_END);
438 Start(); 440 Start();
439 base::RunLoop().Run(); 441 base::RunLoop().Run();
440 } 442 }
441 443
442 } // namespace dom_distiller 444 } // namespace dom_distiller
OLDNEW
« no previous file with comments | « components/dom_distiller/core/viewer.cc ('k') | components/dom_distiller/webui/dom_distiller_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698