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

Side by Side Diff: chrome/browser/chrome_content_browser_client.cc

Issue 10890054: Reign in print throttling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase only Created 8 years, 3 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 | « no previous file | chrome/common/chrome_switches.h » ('j') | 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) 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/chrome_content_browser_client.h" 5 #include "chrome/browser/chrome_content_browser_client.h"
6 6
7 #include <set> 7 #include <set>
8 #include <utility> 8 #include <utility>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 switches::kAllowLegacyExtensionManifests, 816 switches::kAllowLegacyExtensionManifests,
817 switches::kAllowScriptingGallery, 817 switches::kAllowScriptingGallery,
818 switches::kAppsCheckoutURL, 818 switches::kAppsCheckoutURL,
819 switches::kAppsGalleryURL, 819 switches::kAppsGalleryURL,
820 switches::kCloudPrintServiceURL, 820 switches::kCloudPrintServiceURL,
821 switches::kDebugPrint, 821 switches::kDebugPrint,
822 switches::kDisableAsynchronousSpellChecking, 822 switches::kDisableAsynchronousSpellChecking,
823 switches::kDisableBundledPpapiFlash, 823 switches::kDisableBundledPpapiFlash,
824 switches::kDisableExtensionsResourceWhitelist, 824 switches::kDisableExtensionsResourceWhitelist,
825 switches::kDisableInBrowserThumbnailing, 825 switches::kDisableInBrowserThumbnailing,
826 switches::kDisableScriptedPrintThrottling,
826 switches::kDumpHistogramsOnExit, 827 switches::kDumpHistogramsOnExit,
827 switches::kEnableBenchmarking, 828 switches::kEnableBenchmarking,
828 switches::kEnableBundledPpapiFlash, 829 switches::kEnableBundledPpapiFlash,
829 switches::kEnableCrxlessWebApps, 830 switches::kEnableCrxlessWebApps,
830 switches::kEnableExperimentalExtensionApis, 831 switches::kEnableExperimentalExtensionApis,
831 switches::kEnableFramelessConstrainedDialogs, 832 switches::kEnableFramelessConstrainedDialogs,
832 switches::kEnableIPCFuzzing, 833 switches::kEnableIPCFuzzing,
833 switches::kEnableNaCl, 834 switches::kEnableNaCl,
834 switches::kEnableNaClIPCProxy, 835 switches::kEnableNaClIPCProxy,
835 switches::kEnablePasswordGeneration, 836 switches::kEnablePasswordGeneration,
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 partition_id = extension->id(); 1725 partition_id = extension->id();
1725 } 1726 }
1726 1727
1727 // Enforce that IsValidStoragePartitionId() implementation stays in sync. 1728 // Enforce that IsValidStoragePartitionId() implementation stays in sync.
1728 DCHECK(IsValidStoragePartitionId(browser_context, partition_id)); 1729 DCHECK(IsValidStoragePartitionId(browser_context, partition_id));
1729 return partition_id; 1730 return partition_id;
1730 } 1731 }
1731 1732
1732 1733
1733 } // namespace chrome 1734 } // namespace chrome
OLDNEW
« no previous file with comments | « no previous file | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698