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

Unified Diff: chrome/browser/printing/print_dialog_cloud.cc

Issue 7064052: Revert 88142 to fix sync_integration_tests offline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/printing/print_dialog_cloud.cc
===================================================================
--- chrome/browser/printing/print_dialog_cloud.cc (revision 88158)
+++ chrome/browser/printing/print_dialog_cloud.cc (working copy)
@@ -54,7 +54,7 @@
// The constructor for PrintDialogCloud creates a
// CloudPrintHtmlDialogDelegate and asks the current active browser to
// show an HTML dialog using that class as the delegate. That class
-// hands in the kChromeUICloudPrintResourcesURL as the URL to visit. That is
+// hands in the kCloudPrintResourcesURL as the URL to visit. That is
// recognized by the GetWebUIFactoryFunction as a signal to create an
// ExternalHtmlDialogUI.
@@ -424,7 +424,7 @@
const std::string& json_arguments) {
// This information is needed to show the dialog HTML content.
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
- params_.url = GURL(chrome::kChromeUICloudPrintResourcesURL);
+ params_.url = GURL(chrome::kCloudPrintResourcesURL);
params_.height = height;
params_.width = width;
params_.json_input = json_arguments;

Powered by Google App Engine
This is Rietveld 408576698