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

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

Issue 10823387: Revert 152059 - Gradient overlay for constrained window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « no previous file | chrome/chrome_renderer.gypi » ('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 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 switches::kDebugPrint, 843 switches::kDebugPrint,
844 switches::kDisableAsynchronousSpellChecking, 844 switches::kDisableAsynchronousSpellChecking,
845 switches::kDisableBundledPpapiFlash, 845 switches::kDisableBundledPpapiFlash,
846 switches::kDisableExtensionsResourceWhitelist, 846 switches::kDisableExtensionsResourceWhitelist,
847 switches::kDisableInBrowserThumbnailing, 847 switches::kDisableInBrowserThumbnailing,
848 switches::kDumpHistogramsOnExit, 848 switches::kDumpHistogramsOnExit,
849 switches::kEnableBenchmarking, 849 switches::kEnableBenchmarking,
850 switches::kEnableBundledPpapiFlash, 850 switches::kEnableBundledPpapiFlash,
851 switches::kEnableCrxlessWebApps, 851 switches::kEnableCrxlessWebApps,
852 switches::kEnableExperimentalExtensionApis, 852 switches::kEnableExperimentalExtensionApis,
853 switches::kEnableFramelessConstrainedDialogs,
854 switches::kEnableHighDPIPDFPlugin, 853 switches::kEnableHighDPIPDFPlugin,
855 switches::kEnableIPCFuzzing, 854 switches::kEnableIPCFuzzing,
856 switches::kEnableNaCl, 855 switches::kEnableNaCl,
857 switches::kEnableNaClIPCProxy, 856 switches::kEnableNaClIPCProxy,
858 switches::kEnablePasswordGeneration, 857 switches::kEnablePasswordGeneration,
859 switches::kEnablePnacl, 858 switches::kEnablePnacl,
860 switches::kEnableWatchdog, 859 switches::kEnableWatchdog,
861 switches::kExperimentalSpellcheckerFeatures, 860 switches::kExperimentalSpellcheckerFeatures,
862 switches::kMemoryProfiling, 861 switches::kMemoryProfiling,
863 switches::kMessageLoopHistogrammer, 862 switches::kMessageLoopHistogrammer,
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
1736 partition_id = extension->id(); 1735 partition_id = extension->id();
1737 } 1736 }
1738 1737
1739 // Enforce that IsValidStoragePartitionId() implementation stays in sync. 1738 // Enforce that IsValidStoragePartitionId() implementation stays in sync.
1740 DCHECK(IsValidStoragePartitionId(browser_context, partition_id)); 1739 DCHECK(IsValidStoragePartitionId(browser_context, partition_id));
1741 return partition_id; 1740 return partition_id;
1742 } 1741 }
1743 1742
1744 1743
1745 } // namespace chrome 1744 } // namespace chrome
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698