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

Side by Side Diff: chrome_frame/utils.cc

Issue 3061051: Adding \n's to some files so that try bots can work for changes that actually... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome_frame/test/ui_test.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <htiframe.h> 5 #include <htiframe.h>
6 #include <mshtml.h> 6 #include <mshtml.h>
7 #include <shlobj.h> 7 #include <shlobj.h>
8 #include <wininet.h> 8 #include <wininet.h>
9 9
10 #include "base/file_util.h" 10 #include "base/file_util.h"
(...skipping 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 if (!allow_gcf_protocol) { 1363 if (!allow_gcf_protocol) {
1364 DLOG(WARNING) << __FUNCTION__ 1364 DLOG(WARNING) << __FUNCTION__
1365 << " Disallowing navigation to gcf url: " 1365 << " Disallowing navigation to gcf url: "
1366 << cf_url.url(); 1366 << cf_url.url();
1367 return false; 1367 return false;
1368 } 1368 }
1369 } 1369 }
1370 1370
1371 return true; 1371 return true;
1372 } 1372 }
1373
OLDNEW
« no previous file with comments | « chrome_frame/test/ui_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698