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

Side by Side Diff: chrome/browser/printing/print_dialog_cloud.cc

Issue 1548133002: Switch to standard integer types in chrome/browser/, part 3 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 (c) 2012 The Chromium Authors. All rights reserved. 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 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/printing/print_dialog_cloud.h" 5 #include "chrome/browser/printing/print_dialog_cloud.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/macros.h"
8 #include "base/thread_task_runner_handle.h" 9 #include "base/thread_task_runner_handle.h"
9 #include "chrome/browser/browser_process.h" 10 #include "chrome/browser/browser_process.h"
10 #include "chrome/browser/profiles/profile.h" 11 #include "chrome/browser/profiles/profile.h"
11 #include "chrome/browser/ui/browser.h" 12 #include "chrome/browser/ui/browser.h"
12 #include "chrome/browser/ui/browser_window.h" 13 #include "chrome/browser/ui/browser_window.h"
13 #include "components/cloud_devices/common/cloud_devices_urls.h" 14 #include "components/cloud_devices/common/cloud_devices_urls.h"
14 #include "components/google/core/browser/google_util.h" 15 #include "components/google/core/browser/google_util.h"
15 #include "components/signin/core/browser/signin_header_helper.h" 16 #include "components/signin/core/browser/signin_header_helper.h"
16 #include "components/signin/core/browser/signin_metrics.h" 17 #include "components/signin/core/browser/signin_metrics.h"
17 #include "components/signin/core/common/profile_management_switches.h" 18 #include "components/signin/core/common/profile_management_switches.h"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 url, g_browser_process->GetApplicationLocale()), 82 url, g_browser_process->GetApplicationLocale()),
82 content::Referrer(), 83 content::Referrer(),
83 NEW_FOREGROUND_TAB, 84 NEW_FOREGROUND_TAB,
84 ui::PAGE_TRANSITION_AUTO_BOOKMARK, 85 ui::PAGE_TRANSITION_AUTO_BOOKMARK,
85 false)); 86 false));
86 new SignInObserver(web_contents, callback); 87 new SignInObserver(web_contents, callback);
87 } 88 }
88 } 89 }
89 90
90 } // namespace print_dialog_cloud 91 } // namespace print_dialog_cloud
OLDNEW
« no previous file with comments | « chrome/browser/printing/print_dialog_cloud.h ('k') | chrome/browser/printing/print_dialog_cloud_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698